Shades of Olive Drab #609003
Tints of Olive Drab #609003
RGB
CMYK
RGB Variations
Color information
#609003 (or 0x609003) is known color: Olive Drab. HEX triplet: 60, 90 and 03. RGB value is (96,144,3). Sum of RGB (Red+Green+Blue) = 96+144+3=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 144 (56.64% from 255 or 59.26% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 144 - color contains mainly: green. Hex color #609003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609003 is #9F6FFC. Grayscale: #727272. Windows color (decimal): -10448893 or 233568. OLE color: 233568.
HSL color Cylindrical-coordinate representation of color #609003: hue angle of 80.43º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #609003 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 144 | 3 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.44 |
| HSL | 80.43º | 0.96% | 0.29% | - |
| HSV(B) | 80.43º | 0.98% | 0.56% | - |
| XYZ | 14.81 | 22.44 | 3.64 | - |
| YUV | 113.57 | 65.6 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 3 | 0.33 | 0 | 0.98 | 0.44 | 80.43 | 0.96 | 0.29 |
| Hex | 60 | 90 | 3 | 21 | 0 | 62 | 2C | 50 | 60 | 1D |
| Octal | 140 | 220 | 3 | 41 | 0 | 142 | 54 | 120 | 140 | 35 |
| Binary | 1100000 | 10010000 | 11 | 100001 | 0 | 1100010 | 101100 | 1010000 | 1100000 | 11101 |
Color Harmonies of #609003
Complementary color
Monochromatic Colors of #609003
Black with #609003
Text Example
Text Example
White with #609003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609003; }
p { color: rgb(96,144,3); }
H1.HeaderClassName
{
color: #609003;
}
.AnyTagClassName
{
color: #609003;
}
</style>
background-color css
<style>
a { background-color: #609003; }
a { background-color: rgb(96,144,3); }
div.DivClassName
{
background-color: #609003;
}
.BgClassName
{
background-color: #609003;
}
</style>
border-color css
<style>
span { border-color: #609003; }
span { border-color: rgb(96,144,3); }
td.TdClassName
{
border-color: #609003;
}
.TagClassName
{
border-color: #609003;
}
</style>