Shades of Olive Drab #609206
Tints of Olive Drab #609206
RGB
CMYK
RGB Variations
Color information
#609206 (or 0x609206) is known color: Olive Drab. HEX triplet: 60, 92 and 06. RGB value is (96,146,6). Sum of RGB (Red+Green+Blue) = 96+146+6=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 146 (57.42% from 255 or 58.87% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 146 - color contains mainly: green. Hex color #609206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609206 is #9F6DF9. Grayscale: #737373. Windows color (decimal): -10448378 or 430688. OLE color: 430688.
HSL color Cylindrical-coordinate representation of color #609206: hue angle of 81.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #609206 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 146 | 6 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.43 |
| HSL | 81.43º | 0.92% | 0.3% | - |
| HSV(B) | 81.43º | 0.96% | 0.57% | - |
| XYZ | 15.14 | 23.06 | 3.83 | - |
| YUV | 115.09 | 66.44 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 146 | 6 | 0.34 | 0 | 0.96 | 0.43 | 81.43 | 0.92 | 0.3 |
| Hex | 60 | 92 | 6 | 22 | 0 | 60 | 2B | 51 | 5C | 1E |
| Octal | 140 | 222 | 6 | 42 | 0 | 140 | 53 | 121 | 134 | 36 |
| Binary | 1100000 | 10010010 | 110 | 100010 | 0 | 1100000 | 101011 | 1010001 | 1011100 | 11110 |
Color Harmonies of #609206
Complementary color
Monochromatic Colors of #609206
Black with #609206
Text Example
Text Example
White with #609206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609206; }
p { color: rgb(96,146,6); }
H1.HeaderClassName
{
color: #609206;
}
.AnyTagClassName
{
color: #609206;
}
</style>
background-color css
<style>
a { background-color: #609206; }
a { background-color: rgb(96,146,6); }
div.DivClassName
{
background-color: #609206;
}
.BgClassName
{
background-color: #609206;
}
</style>
border-color css
<style>
span { border-color: #609206; }
span { border-color: rgb(96,146,6); }
td.TdClassName
{
border-color: #609206;
}
.TagClassName
{
border-color: #609206;
}
</style>