Shades of Olive Drab #609302
Tints of Olive Drab #609302
RGB
CMYK
RGB Variations
Color information
#609302 (or 0x609302) is known color: Olive Drab. HEX triplet: 60, 93 and 02. RGB value is (96,147,2). Sum of RGB (Red+Green+Blue) = 96+147+2=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 147 (57.81% from 255 or 60% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 147 - color contains mainly: green. Hex color #609302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609302 is #9F6CFD. Grayscale: #737373. Windows color (decimal): -10448126 or 168800. OLE color: 168800.
HSL color Cylindrical-coordinate representation of color #609302: hue angle of 81.1º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #609302 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 147 | 2 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.42 |
| HSL | 81.1º | 0.97% | 0.29% | - |
| HSV(B) | 81.1º | 0.99% | 0.58% | - |
| XYZ | 15.27 | 23.36 | 3.76 | - |
| YUV | 115.22 | 64.1 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 147 | 2 | 0.35 | 0 | 0.99 | 0.42 | 81.1 | 0.97 | 0.29 |
| Hex | 60 | 93 | 2 | 23 | 0 | 63 | 2A | 51 | 61 | 1D |
| Octal | 140 | 223 | 2 | 43 | 0 | 143 | 52 | 121 | 141 | 35 |
| Binary | 1100000 | 10010011 | 10 | 100011 | 0 | 1100011 | 101010 | 1010001 | 1100001 | 11101 |
Color Harmonies of #609302
Complementary color
Monochromatic Colors of #609302
Black with #609302
Text Example
Text Example
White with #609302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609302; }
p { color: rgb(96,147,2); }
H1.HeaderClassName
{
color: #609302;
}
.AnyTagClassName
{
color: #609302;
}
</style>
background-color css
<style>
a { background-color: #609302; }
a { background-color: rgb(96,147,2); }
div.DivClassName
{
background-color: #609302;
}
.BgClassName
{
background-color: #609302;
}
</style>
border-color css
<style>
span { border-color: #609302; }
span { border-color: rgb(96,147,2); }
td.TdClassName
{
border-color: #609302;
}
.TagClassName
{
border-color: #609302;
}
</style>