#6B880F

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

Shades of Olive Drab #6B880F

Tints of Olive Drab #6B880F

Color information

#6B880F (or 0x6B880F) is unknown color: approx Olive Drab. HEX triplet: 6B, 88 and 0F. RGB value is (107,136,15). Sum of RGB (Red+Green+Blue) = 107+136+15=258 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.47% from 258); Green value is 136 (53.52% from 255 or 52.71% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 136 - color contains mainly: green. Hex color #6B880F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B880F is #9477F0. Grayscale: #717171. Windows color (decimal): -9730033 or 1017963. OLE color: 1017963.

HSL color Cylindrical-coordinate representation of color #6B880F: hue angle of 74.38º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B880F is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB10713615-
CMYK0.2100.890.47
HSL74.38º80.13%29.61%-
HSV(B)74.38º88.97%53.33%-
XYZ14.9520.773.67-
YUV113.5372.39123.34-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.47%
GREEN value IS 136 (53.52% from 255) = 52.71%
BLUE value IS 15 (6.25% from 255) = 5.81%
R=41.47%
G=52.71%
B=5.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107136150.2100.890.4774.3880.1329.61
Hex6B88F150592F4a501e
Octal153210172501315711212036
Binary110101110001000111110101010110011011111001010101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B880F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,136,15); }

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

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

 a { background-color: rgb(107,136,15); }

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

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

 span { border-color: rgb(107,136,15); }

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