Shades of Olive Drab #6A8809
Tints of Olive Drab #6A8809
RGB
CMYK
RGB Variations
Color information
#6A8809 (or 0x6A8809) is known color: Olive Drab. HEX triplet: 6A, 88 and 09. RGB value is (106,136,9). Sum of RGB (Red+Green+Blue) = 106+136+9=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #6A8809 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8809 is #9577F6. Grayscale: #717171. Windows color (decimal): -9795575 or 624746. OLE color: 624746.
HSL color Cylindrical-coordinate representation of color #6A8809: hue angle of 74.17º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A8809 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 136 | 9 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.47 |
| HSL | 74.17º | 0.88% | 0.28% | - |
| HSV(B) | 74.17º | 0.93% | 0.53% | - |
| XYZ | 14.8 | 20.69 | 3.47 | - |
| YUV | 112.55 | 69.56 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 136 | 9 | 0.22 | 0 | 0.93 | 0.47 | 74.17 | 0.88 | 0.28 |
| Hex | 6A | 88 | 9 | 16 | 0 | 5D | 2F | 4A | 58 | 1C |
| Octal | 152 | 210 | 11 | 26 | 0 | 135 | 57 | 112 | 130 | 34 |
| Binary | 1101010 | 10001000 | 1001 | 10110 | 0 | 1011101 | 101111 | 1001010 | 1011000 | 11100 |
Color Harmonies of #6A8809
Complementary color
Monochromatic Colors of #6A8809
Black with #6A8809
Text Example
Text Example
White with #6A8809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8809; }
p { color: rgb(106,136,9); }
H1.HeaderClassName
{
color: #6A8809;
}
.AnyTagClassName
{
color: #6A8809;
}
</style>
background-color css
<style>
a { background-color: #6A8809; }
a { background-color: rgb(106,136,9); }
div.DivClassName
{
background-color: #6A8809;
}
.BgClassName
{
background-color: #6A8809;
}
</style>
border-color css
<style>
span { border-color: #6A8809; }
span { border-color: rgb(106,136,9); }
td.TdClassName
{
border-color: #6A8809;
}
.TagClassName
{
border-color: #6A8809;
}
</style>