Shades of Olive Drab #709603
Tints of Olive Drab #709603
RGB
CMYK
RGB Variations
Color information
#709603 (or 0x709603) is known color: Olive Drab. HEX triplet: 70, 96 and 03. RGB value is (112,150,3). Sum of RGB (Red+Green+Blue) = 112+150+3=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 150 (58.98% from 255 or 56.60% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 150 - color contains mainly: green. Hex color #709603 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709603 is #8F69FC. Grayscale: #7A7A7A. Windows color (decimal): -9398781 or 235120. OLE color: 235120.
HSL color Cylindrical-coordinate representation of color #709603: hue angle of 75.51º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #709603 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 150 | 3 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.41 |
| HSL | 75.51º | 0.96% | 0.3% | - |
| HSV(B) | 75.51º | 0.98% | 0.59% | - |
| XYZ | 17.6 | 25.26 | 4.03 | - |
| YUV | 121.88 | 60.91 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 3 | 0.25 | 0 | 0.98 | 0.41 | 75.51 | 0.96 | 0.3 |
| Hex | 70 | 96 | 3 | 19 | 0 | 62 | 29 | 4C | 60 | 1E |
| Octal | 160 | 226 | 3 | 31 | 0 | 142 | 51 | 114 | 140 | 36 |
| Binary | 1110000 | 10010110 | 11 | 11001 | 0 | 1100010 | 101001 | 1001100 | 1100000 | 11110 |
Color Harmonies of #709603
Complementary color
Monochromatic Colors of #709603
Black with #709603
Text Example
Text Example
White with #709603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709603; }
p { color: rgb(112,150,3); }
H1.HeaderClassName
{
color: #709603;
}
.AnyTagClassName
{
color: #709603;
}
</style>
background-color css
<style>
a { background-color: #709603; }
a { background-color: rgb(112,150,3); }
div.DivClassName
{
background-color: #709603;
}
.BgClassName
{
background-color: #709603;
}
</style>
border-color css
<style>
span { border-color: #709603; }
span { border-color: rgb(112,150,3); }
td.TdClassName
{
border-color: #709603;
}
.TagClassName
{
border-color: #709603;
}
</style>