Shades of Olive Drab #709023
Tints of Olive Drab #709023
RGB
CMYK
RGB Variations
Color information
#709023 (or 0x709023) is known color: Olive Drab. HEX triplet: 70, 90 and 23. RGB value is (112,144,35). Sum of RGB (Red+Green+Blue) = 112+144+35=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 144 (56.64% from 255 or 49.48% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 144 - color contains mainly: green. Hex color #709023 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709023 is #8F6FDC. Grayscale: #7A7A7A. Windows color (decimal): -9400285 or 2330736. OLE color: 2330736.
HSL color Cylindrical-coordinate representation of color #709023: hue angle of 77.61º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #709023 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 144 | 35 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.44 |
| HSL | 77.61º | 0.61% | 0.35% | - |
| HSV(B) | 77.61º | 0.76% | 0.56% | - |
| XYZ | 16.96 | 23.51 | 5.23 | - |
| YUV | 122.01 | 78.9 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 35 | 0.22 | 0 | 0.76 | 0.44 | 77.61 | 0.61 | 0.35 |
| Hex | 70 | 90 | 23 | 16 | 0 | 4C | 2C | 4E | 3D | 23 |
| Octal | 160 | 220 | 43 | 26 | 0 | 114 | 54 | 116 | 75 | 43 |
| Binary | 1110000 | 10010000 | 100011 | 10110 | 0 | 1001100 | 101100 | 1001110 | 111101 | 100011 |
Color Harmonies of #709023
Complementary color
Monochromatic Colors of #709023
Black with #709023
Text Example
Text Example
White with #709023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709023; }
p { color: rgb(112,144,35); }
H1.HeaderClassName
{
color: #709023;
}
.AnyTagClassName
{
color: #709023;
}
</style>
background-color css
<style>
a { background-color: #709023; }
a { background-color: rgb(112,144,35); }
div.DivClassName
{
background-color: #709023;
}
.BgClassName
{
background-color: #709023;
}
</style>
border-color css
<style>
span { border-color: #709023; }
span { border-color: rgb(112,144,35); }
td.TdClassName
{
border-color: #709023;
}
.TagClassName
{
border-color: #709023;
}
</style>