Shades of Olive Drab #609001
Tints of Olive Drab #609001
RGB
CMYK
RGB Variations
Color information
#609001 (or 0x609001) is known color: Olive Drab. HEX triplet: 60, 90 and 01. RGB value is (96,144,1). Sum of RGB (Red+Green+Blue) = 96+144+1=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 144 (56.64% from 255 or 59.75% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 144 - color contains mainly: green. Hex color #609001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609001 is #9F6FFE. Grayscale: #717171. Windows color (decimal): -10448895 or 102496. OLE color: 102496.
HSL color Cylindrical-coordinate representation of color #609001: hue angle of 80.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #609001 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 144 | 1 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.44 |
| HSL | 80.14º | 0.99% | 0.28% | - |
| HSV(B) | 80.14º | 0.99% | 0.56% | - |
| XYZ | 14.8 | 22.44 | 3.58 | - |
| YUV | 113.35 | 64.6 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 1 | 0.33 | 0 | 0.99 | 0.44 | 80.14 | 0.99 | 0.28 |
| Hex | 60 | 90 | 1 | 21 | 0 | 63 | 2C | 50 | 63 | 1C |
| Octal | 140 | 220 | 1 | 41 | 0 | 143 | 54 | 120 | 143 | 34 |
| Binary | 1100000 | 10010000 | 1 | 100001 | 0 | 1100011 | 101100 | 1010000 | 1100011 | 11100 |
Color Harmonies of #609001
Complementary color
Monochromatic Colors of #609001
Black with #609001
Text Example
Text Example
White with #609001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609001; }
p { color: rgb(96,144,1); }
H1.HeaderClassName
{
color: #609001;
}
.AnyTagClassName
{
color: #609001;
}
</style>
background-color css
<style>
a { background-color: #609001; }
a { background-color: rgb(96,144,1); }
div.DivClassName
{
background-color: #609001;
}
.BgClassName
{
background-color: #609001;
}
</style>
border-color css
<style>
span { border-color: #609001; }
span { border-color: rgb(96,144,1); }
td.TdClassName
{
border-color: #609001;
}
.TagClassName
{
border-color: #609001;
}
</style>