Shades of Olive Drab #609405
Tints of Olive Drab #609405
RGB
CMYK
RGB Variations
Color information
#609405 (or 0x609405) is known color: Olive Drab. HEX triplet: 60, 94 and 05. RGB value is (96,148,5). Sum of RGB (Red+Green+Blue) = 96+148+5=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 148 (58.20% from 255 or 59.44% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 148 - color contains mainly: green. Hex color #609405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609405 is #9F6BFA. Grayscale: #747474. Windows color (decimal): -10447867 or 365664. OLE color: 365664.
HSL color Cylindrical-coordinate representation of color #609405: hue angle of 81.82º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #609405 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 148 | 5 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.42 |
| HSL | 81.82º | 0.93% | 0.3% | - |
| HSV(B) | 81.82º | 0.97% | 0.58% | - |
| XYZ | 15.44 | 23.68 | 3.9 | - |
| YUV | 116.15 | 65.27 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 148 | 5 | 0.35 | 0 | 0.97 | 0.42 | 81.82 | 0.93 | 0.3 |
| Hex | 60 | 94 | 5 | 23 | 0 | 61 | 2A | 52 | 5D | 1E |
| Octal | 140 | 224 | 5 | 43 | 0 | 141 | 52 | 122 | 135 | 36 |
| Binary | 1100000 | 10010100 | 101 | 100011 | 0 | 1100001 | 101010 | 1010010 | 1011101 | 11110 |
Color Harmonies of #609405
Complementary color
Monochromatic Colors of #609405
Black with #609405
Text Example
Text Example
White with #609405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609405; }
p { color: rgb(96,148,5); }
H1.HeaderClassName
{
color: #609405;
}
.AnyTagClassName
{
color: #609405;
}
</style>
background-color css
<style>
a { background-color: #609405; }
a { background-color: rgb(96,148,5); }
div.DivClassName
{
background-color: #609405;
}
.BgClassName
{
background-color: #609405;
}
</style>
border-color css
<style>
span { border-color: #609405; }
span { border-color: rgb(96,148,5); }
td.TdClassName
{
border-color: #609405;
}
.TagClassName
{
border-color: #609405;
}
</style>