Shades of Olive #707408
Tints of Olive #707408
RGB
CMYK
RGB Variations
Color information
#707408 (or 0x707408) is known color: Olive. HEX triplet: 70, 74 and 08. RGB value is (112,116,8). Sum of RGB (Red+Green+Blue) = 112+116+8=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #707408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707408 is #8F8BF7. Grayscale: #666666. Windows color (decimal): -9407480 or 554096. OLE color: 554096.
HSL color Cylindrical-coordinate representation of color #707408: hue angle of 62.22º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #707408 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 116 | 8 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.55 |
| HSL | 62.22º | 0.87% | 0.24% | - |
| HSV(B) | 62.22º | 0.93% | 0.45% | - |
| XYZ | 12.97 | 15.95 | 2.63 | - |
| YUV | 102.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 116 | 8 | 0.03 | 0 | 0.93 | 0.55 | 62.22 | 0.87 | 0.24 |
| Hex | 70 | 74 | 8 | 3 | 0 | 5D | 37 | 3E | 57 | 18 |
| Octal | 160 | 164 | 10 | 3 | 0 | 135 | 67 | 76 | 127 | 30 |
| Binary | 1110000 | 1110100 | 1000 | 11 | 0 | 1011101 | 110111 | 111110 | 1010111 | 11000 |
Color Harmonies of #707408
Complementary color
Monochromatic Colors of #707408
Black with #707408
Text Example
Text Example
White with #707408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707408; }
p { color: rgb(112,116,8); }
H1.HeaderClassName
{
color: #707408;
}
.AnyTagClassName
{
color: #707408;
}
</style>
background-color css
<style>
a { background-color: #707408; }
a { background-color: rgb(112,116,8); }
div.DivClassName
{
background-color: #707408;
}
.BgClassName
{
background-color: #707408;
}
</style>
border-color css
<style>
span { border-color: #707408; }
span { border-color: rgb(112,116,8); }
td.TdClassName
{
border-color: #707408;
}
.TagClassName
{
border-color: #707408;
}
</style>