#6C870B

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

Shades of Olive Drab #6C870B

Tints of Olive Drab #6C870B

Color information

#6C870B (or 0x6C870B) is unknown color: approx Olive Drab. HEX triplet: 6C, 87 and 0B. RGB value is (108,135,11). Sum of RGB (Red+Green+Blue) = 108+135+11=254 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.52% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #6C870B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C870B is #9378F4. Grayscale: #717171. Windows color (decimal): -9664757 or 755564. OLE color: 755564.

HSL color Cylindrical-coordinate representation of color #6C870B: hue angle of 73.06º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C870B is Cyan = 0.2, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB10813511-
CMYK0.200.920.47
HSL73.06º84.93%28.63%-
HSV(B)73.06º91.85%52.94%-
XYZ14.9120.543.5-
YUV112.7970.55124.58-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.52%
GREEN value IS 135 (53.12% from 255) = 53.15%
BLUE value IS 11 (4.69% from 255) = 4.33%
R=42.52%
G=53.15%
B=4.33%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108135110.200.920.4773.0684.9328.63
Hex6C87B1405C2F49551d
Octal154207132401345711112535
Binary110110010000111101110100010111001011111001001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C870B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,135,11); }

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

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

 a { background-color: rgb(108,135,11); }

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

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

 span { border-color: rgb(108,135,11); }

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