Shades of Olive Drab #609306
Tints of Olive Drab #609306
RGB
CMYK
RGB Variations
Color information
#609306 (or 0x609306) is known color: Olive Drab. HEX triplet: 60, 93 and 06. RGB value is (96,147,6). Sum of RGB (Red+Green+Blue) = 96+147+6=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 147 (57.81% from 255 or 59.04% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 147 - color contains mainly: green. Hex color #609306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609306 is #9F6CF9. Grayscale: #747474. Windows color (decimal): -10448122 or 430944. OLE color: 430944.
HSL color Cylindrical-coordinate representation of color #609306: hue angle of 81.7º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #609306 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 147 | 6 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.42 |
| HSL | 81.7º | 0.92% | 0.3% | - |
| HSV(B) | 81.7º | 0.96% | 0.58% | - |
| XYZ | 15.29 | 23.37 | 3.88 | - |
| YUV | 115.68 | 66.1 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 147 | 6 | 0.35 | 0 | 0.96 | 0.42 | 81.7 | 0.92 | 0.3 |
| Hex | 60 | 93 | 6 | 23 | 0 | 60 | 2A | 52 | 5C | 1E |
| Octal | 140 | 223 | 6 | 43 | 0 | 140 | 52 | 122 | 134 | 36 |
| Binary | 1100000 | 10010011 | 110 | 100011 | 0 | 1100000 | 101010 | 1010010 | 1011100 | 11110 |
Color Harmonies of #609306
Complementary color
Monochromatic Colors of #609306
Black with #609306
Text Example
Text Example
White with #609306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609306; }
p { color: rgb(96,147,6); }
H1.HeaderClassName
{
color: #609306;
}
.AnyTagClassName
{
color: #609306;
}
</style>
background-color css
<style>
a { background-color: #609306; }
a { background-color: rgb(96,147,6); }
div.DivClassName
{
background-color: #609306;
}
.BgClassName
{
background-color: #609306;
}
</style>
border-color css
<style>
span { border-color: #609306; }
span { border-color: rgb(96,147,6); }
td.TdClassName
{
border-color: #609306;
}
.TagClassName
{
border-color: #609306;
}
</style>