#6b951c

Color #6B951C Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #6B951C

Tints of Olive Drab #6B951C

Color information

#6B951C (or 0x6B951C) is unknown color: approx Olive Drab. HEX triplet: 6B, 95 and 1C. RGB value is (107,149,28). Sum of RGB (Red+Green+Blue) = 107+149+28=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #6B951C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B951C is #946AE3. Grayscale: #7B7B7B. Windows color (decimal): -9726692 or 1873259. OLE color: 1873259.

HSL color Cylindrical-coordinate representation of color #6B951C: hue angle of 80.83º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B951C is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB10714928-
CMYK0.2800.810.42
HSL80.83º68.36%34.71%-
HSV(B)80.83º81.21%58.43%-
XYZ17.0224.74.97-
YUV122.6574.59116.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 37.68%
GREEN value IS 149 (58.59% from 255) = 52.46%
BLUE value IS 28 (11.33% from 255) = 9.86%
R=37.68%
G=52.46%
B=9.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107149280.2800.810.4280.8368.3634.71
Hex6B951C1C0512A514423
Octal153225343401215212110443
Binary11010111001010111100111000101000110101010100011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b951c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6b951c; }

 p { color: rgb(107,149,28); }

 H1.HeaderClassName
 {
   color: #6b951c;
 }
 .AnyTagClassName
 {
   color: #6b951c;
 }
</style>
background-color css

<style>
 a { background-color: #6b951c; }

 a { background-color: rgb(107,149,28); }

 div.DivClassName
 {
   background-color: #6b951c;
 }
 .BgClassName
 {
   background-color: #6b951c;
 }
</style>
border-color css

<style>
 span { border-color: #6b951c; }

 span { border-color: rgb(107,149,28); }

 td.TdClassName
 {
   border-color: #6b951c;
 }
 .TagClassName
 {
   border-color: #6b951c;
 }
</style>