Shades of Olive Drab #609607
Tints of Olive Drab #609607
RGB
CMYK
RGB Variations
Color information
#609607 (or 0x609607) is known color: Olive Drab. HEX triplet: 60, 96 and 07. RGB value is (96,150,7). Sum of RGB (Red+Green+Blue) = 96+150+7=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 150 (58.98% from 255 or 59.29% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 150 - color contains mainly: green. Hex color #609607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609607 is #9F69F8. Grayscale: #767676. Windows color (decimal): -10447353 or 497248. OLE color: 497248.
HSL color Cylindrical-coordinate representation of color #609607: hue angle of 82.66º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #609607 is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 96 | 150 | 7 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.41 |
| HSL | 82.66º | 0.91% | 0.31% | - |
| HSV(B) | 82.66º | 0.95% | 0.59% | - |
| XYZ | 15.77 | 24.31 | 4.06 | - |
| YUV | 117.55 | 65.61 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 150 | 7 | 0.36 | 0 | 0.95 | 0.41 | 82.66 | 0.91 | 0.31 |
| Hex | 60 | 96 | 7 | 24 | 0 | 5F | 29 | 53 | 5B | 1F |
| Octal | 140 | 226 | 7 | 44 | 0 | 137 | 51 | 123 | 133 | 37 |
| Binary | 1100000 | 10010110 | 111 | 100100 | 0 | 1011111 | 101001 | 1010011 | 1011011 | 11111 |
Color Harmonies of #609607
Complementary color
Monochromatic Colors of #609607
Black with #609607
Text Example
Text Example
White with #609607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609607; }
p { color: rgb(96,150,7); }
H1.HeaderClassName
{
color: #609607;
}
.AnyTagClassName
{
color: #609607;
}
</style>
background-color css
<style>
a { background-color: #609607; }
a { background-color: rgb(96,150,7); }
div.DivClassName
{
background-color: #609607;
}
.BgClassName
{
background-color: #609607;
}
</style>
border-color css
<style>
span { border-color: #609607; }
span { border-color: rgb(96,150,7); }
td.TdClassName
{
border-color: #609607;
}
.TagClassName
{
border-color: #609607;
}
</style>