Shades of Olive #709400
Tints of Olive #709400
RGB
CMYK
RGB Variations
Color information
#709400 (or 0x709400) is known color: Olive. HEX triplet: 70, 94 and 00. RGB value is (112,148,0). Sum of RGB (Red+Green+Blue) = 112+148+0=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 148 (58.20% from 255 or 56.92% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 148 - color contains mainly: green. Hex color #709400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709400 is #8F6BFF. Grayscale: #787878. Windows color (decimal): -9399296 or 38000. OLE color: 38000.
HSL color Cylindrical-coordinate representation of color #709400: hue angle of 74.59º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #709400 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 148 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.42 |
| HSL | 74.59º | 1% | 0.29% | - |
| HSV(B) | 74.59º | 1% | 0.58% | - |
| XYZ | 17.27 | 24.62 | 3.84 | - |
| YUV | 120.36 | 60.07 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 0 | 0.24 | 0 | 1 | 0.42 | 74.59 | 1 | 0.29 |
| Hex | 70 | 94 | 0 | 18 | 0 | 64 | 2A | 4B | 64 | 1D |
| Octal | 160 | 224 | 0 | 30 | 0 | 144 | 52 | 113 | 144 | 35 |
| Binary | 1110000 | 10010100 | 0 | 11000 | 0 | 1100100 | 101010 | 1001011 | 1100100 | 11101 |
Color Harmonies of #709400
Complementary color
Monochromatic Colors of #709400
Black with #709400
Text Example
Text Example
White with #709400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709400; }
p { color: rgb(112,148,0); }
H1.HeaderClassName
{
color: #709400;
}
.AnyTagClassName
{
color: #709400;
}
</style>
background-color css
<style>
a { background-color: #709400; }
a { background-color: rgb(112,148,0); }
div.DivClassName
{
background-color: #709400;
}
.BgClassName
{
background-color: #709400;
}
</style>
border-color css
<style>
span { border-color: #709400; }
span { border-color: rgb(112,148,0); }
td.TdClassName
{
border-color: #709400;
}
.TagClassName
{
border-color: #709400;
}
</style>