#6B890F

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

Shades of Olive Drab #6B890F

Tints of Olive Drab #6B890F

Color information

#6B890F (or 0x6B890F) is unknown color: approx Olive Drab. HEX triplet: 6B, 89 and 0F. RGB value is (107,137,15). Sum of RGB (Red+Green+Blue) = 107+137+15=259 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.31% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #6B890F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B890F is #9476F0. Grayscale: #727272. Windows color (decimal): -9729777 or 1018219. OLE color: 1018219.

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

Color convert

RGB10713715-
CMYK0.2200.890.46
HSL74.75º80.26%29.8%-
HSV(B)74.75º89.05%53.73%-
XYZ15.121.053.72-
YUV114.1272.06122.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.31%
GREEN value IS 137 (53.91% from 255) = 52.90%
BLUE value IS 15 (6.25% from 255) = 5.79%
R=41.31%
G=52.90%
B=5.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal107137150.2200.890.4674.7580.2629.8
Hex6B89F160592E4b501e
Octal153211172601315611312036
Binary110101110001001111110110010110011011101001011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B890F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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