#6A890F

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

Shades of Olive Drab #6A890F

Tints of Olive Drab #6A890F

Color information

#6A890F (or 0x6A890F) is unknown color: approx Olive Drab. HEX triplet: 6A, 89 and 0F. RGB value is (106,137,15). Sum of RGB (Red+Green+Blue) = 106+137+15=258 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.09% from 258); Green value is 137 (53.91% from 255 or 53.10% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 137 - color contains mainly: green. Hex color #6A890F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A890F is #9576F0. Grayscale: #727272. Windows color (decimal): -9795313 or 1018218. OLE color: 1018218.

HSL color Cylindrical-coordinate representation of color #6A890F: hue angle of 75.25º 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 #6A890F is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB10613715-
CMYK0.2300.890.46
HSL75.25º80.26%29.8%-
HSV(B)75.25º89.05%53.73%-
XYZ14.9820.993.71-
YUV113.8272.23122.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.09%
GREEN value IS 137 (53.91% from 255) = 53.10%
BLUE value IS 15 (6.25% from 255) = 5.81%
R=41.09%
G=53.10%
B=5.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106137150.2300.890.4675.2580.2629.8
Hex6A89F170592E4b501e
Octal152211172701315611312036
Binary110101010001001111110111010110011011101001011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A890F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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