Shades of Olive Drab #709408
Tints of Olive Drab #709408
RGB
CMYK
RGB Variations
Color information
#709408 (or 0x709408) is known color: Olive Drab. HEX triplet: 70, 94 and 08. RGB value is (112,148,8). Sum of RGB (Red+Green+Blue) = 112+148+8=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #709408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709408 is #8F6BF7. Grayscale: #797979. Windows color (decimal): -9399288 or 562288. OLE color: 562288.
HSL color Cylindrical-coordinate representation of color #709408: hue angle of 75.43º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #709408 is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 148 | 8 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.42 |
| HSL | 75.43º | 0.9% | 0.31% | - |
| HSV(B) | 75.43º | 0.95% | 0.58% | - |
| XYZ | 17.32 | 24.64 | 4.07 | - |
| YUV | 121.28 | 64.07 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 8 | 0.24 | 0 | 0.95 | 0.42 | 75.43 | 0.9 | 0.31 |
| Hex | 70 | 94 | 8 | 18 | 0 | 5F | 2A | 4B | 5A | 1F |
| Octal | 160 | 224 | 10 | 30 | 0 | 137 | 52 | 113 | 132 | 37 |
| Binary | 1110000 | 10010100 | 1000 | 11000 | 0 | 1011111 | 101010 | 1001011 | 1011010 | 11111 |
Color Harmonies of #709408
Complementary color
Monochromatic Colors of #709408
Black with #709408
Text Example
Text Example
White with #709408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709408; }
p { color: rgb(112,148,8); }
H1.HeaderClassName
{
color: #709408;
}
.AnyTagClassName
{
color: #709408;
}
</style>
background-color css
<style>
a { background-color: #709408; }
a { background-color: rgb(112,148,8); }
div.DivClassName
{
background-color: #709408;
}
.BgClassName
{
background-color: #709408;
}
</style>
border-color css
<style>
span { border-color: #709408; }
span { border-color: rgb(112,148,8); }
td.TdClassName
{
border-color: #709408;
}
.TagClassName
{
border-color: #709408;
}
</style>