Shades of Olive Drab #609403
Tints of Olive Drab #609403
RGB
CMYK
RGB Variations
Color information
#609403 (or 0x609403) is known color: Olive Drab. HEX triplet: 60, 94 and 03. RGB value is (96,148,3). Sum of RGB (Red+Green+Blue) = 96+148+3=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 148 (58.20% from 255 or 59.92% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 148 - color contains mainly: green. Hex color #609403 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609403 is #9F6BFC. Grayscale: #747474. Windows color (decimal): -10447869 or 234592. OLE color: 234592.
HSL color Cylindrical-coordinate representation of color #609403: hue angle of 81.52º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #609403 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 148 | 3 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.42 |
| HSL | 81.52º | 0.96% | 0.3% | - |
| HSV(B) | 81.52º | 0.98% | 0.58% | - |
| XYZ | 15.43 | 23.67 | 3.84 | - |
| YUV | 115.92 | 64.27 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 148 | 3 | 0.35 | 0 | 0.98 | 0.42 | 81.52 | 0.96 | 0.3 |
| Hex | 60 | 94 | 3 | 23 | 0 | 62 | 2A | 52 | 60 | 1E |
| Octal | 140 | 224 | 3 | 43 | 0 | 142 | 52 | 122 | 140 | 36 |
| Binary | 1100000 | 10010100 | 11 | 100011 | 0 | 1100010 | 101010 | 1010010 | 1100000 | 11110 |
Color Harmonies of #609403
Complementary color
Monochromatic Colors of #609403
Black with #609403
Text Example
Text Example
White with #609403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609403; }
p { color: rgb(96,148,3); }
H1.HeaderClassName
{
color: #609403;
}
.AnyTagClassName
{
color: #609403;
}
</style>
background-color css
<style>
a { background-color: #609403; }
a { background-color: rgb(96,148,3); }
div.DivClassName
{
background-color: #609403;
}
.BgClassName
{
background-color: #609403;
}
</style>
border-color css
<style>
span { border-color: #609403; }
span { border-color: rgb(96,148,3); }
td.TdClassName
{
border-color: #609403;
}
.TagClassName
{
border-color: #609403;
}
</style>