Shades of Olive Drab #609101
Tints of Olive Drab #609101
RGB
CMYK
RGB Variations
Color information
#609101 (or 0x609101) is known color: Olive Drab. HEX triplet: 60, 91 and 01. RGB value is (96,145,1). Sum of RGB (Red+Green+Blue) = 96+145+1=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 145 (57.03% from 255 or 59.92% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 145 - color contains mainly: green. Hex color #609101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609101 is #9F6EFE. Grayscale: #727272. Windows color (decimal): -10448639 or 102752. OLE color: 102752.
HSL color Cylindrical-coordinate representation of color #609101: hue angle of 80.42º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #609101 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 145 | 1 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.43 |
| HSL | 80.42º | 0.99% | 0.29% | - |
| HSV(B) | 80.42º | 0.99% | 0.57% | - |
| XYZ | 14.95 | 22.74 | 3.63 | - |
| YUV | 113.93 | 64.27 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 1 | 0.34 | 0 | 0.99 | 0.43 | 80.42 | 0.99 | 0.29 |
| Hex | 60 | 91 | 1 | 22 | 0 | 63 | 2B | 50 | 63 | 1D |
| Octal | 140 | 221 | 1 | 42 | 0 | 143 | 53 | 120 | 143 | 35 |
| Binary | 1100000 | 10010001 | 1 | 100010 | 0 | 1100011 | 101011 | 1010000 | 1100011 | 11101 |
Color Harmonies of #609101
Complementary color
Monochromatic Colors of #609101
Black with #609101
Text Example
Text Example
White with #609101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609101; }
p { color: rgb(96,145,1); }
H1.HeaderClassName
{
color: #609101;
}
.AnyTagClassName
{
color: #609101;
}
</style>
background-color css
<style>
a { background-color: #609101; }
a { background-color: rgb(96,145,1); }
div.DivClassName
{
background-color: #609101;
}
.BgClassName
{
background-color: #609101;
}
</style>
border-color css
<style>
span { border-color: #609101; }
span { border-color: rgb(96,145,1); }
td.TdClassName
{
border-color: #609101;
}
.TagClassName
{
border-color: #609101;
}
</style>