Shades of Olive Drab #609102
Tints of Olive Drab #609102
RGB
CMYK
RGB Variations
Color information
#609102 (or 0x609102) is known color: Olive Drab. HEX triplet: 60, 91 and 02. RGB value is (96,145,2). Sum of RGB (Red+Green+Blue) = 96+145+2=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 145 (57.03% from 255 or 59.67% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 145 - color contains mainly: green. Hex color #609102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609102 is #9F6EFD. Grayscale: #727272. Windows color (decimal): -10448638 or 168288. OLE color: 168288.
HSL color Cylindrical-coordinate representation of color #609102: hue angle of 80.56º degrees, saturation: 0.97, 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 #609102 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 145 | 2 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.43 |
| HSL | 80.56º | 0.97% | 0.29% | - |
| HSV(B) | 80.56º | 0.99% | 0.57% | - |
| XYZ | 14.96 | 22.74 | 3.66 | - |
| YUV | 114.05 | 64.77 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 2 | 0.34 | 0 | 0.99 | 0.43 | 80.56 | 0.97 | 0.29 |
| Hex | 60 | 91 | 2 | 22 | 0 | 63 | 2B | 51 | 61 | 1D |
| Octal | 140 | 221 | 2 | 42 | 0 | 143 | 53 | 121 | 141 | 35 |
| Binary | 1100000 | 10010001 | 10 | 100010 | 0 | 1100011 | 101011 | 1010001 | 1100001 | 11101 |
Color Harmonies of #609102
Complementary color
Monochromatic Colors of #609102
Black with #609102
Text Example
Text Example
White with #609102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609102; }
p { color: rgb(96,145,2); }
H1.HeaderClassName
{
color: #609102;
}
.AnyTagClassName
{
color: #609102;
}
</style>
background-color css
<style>
a { background-color: #609102; }
a { background-color: rgb(96,145,2); }
div.DivClassName
{
background-color: #609102;
}
.BgClassName
{
background-color: #609102;
}
</style>
border-color css
<style>
span { border-color: #609102; }
span { border-color: rgb(96,145,2); }
td.TdClassName
{
border-color: #609102;
}
.TagClassName
{
border-color: #609102;
}
</style>