Shades of Olive #718404
Tints of Olive #718404
RGB
CMYK
RGB Variations
Color information
#718404 (or 0x718404) is known color: Olive. HEX triplet: 71, 84 and 04. RGB value is (113,132,4). Sum of RGB (Red+Green+Blue) = 113+132+4=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #718404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718404 is #8E7BFB. Grayscale: #707070. Windows color (decimal): -9337852 or 296049. OLE color: 296049.
HSL color Cylindrical-coordinate representation of color #718404: hue angle of 68.91º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #718404 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 132 | 4 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.48 |
| HSL | 68.91º | 0.94% | 0.27% | - |
| HSV(B) | 68.91º | 0.97% | 0.52% | - |
| XYZ | 15.08 | 20.02 | 3.18 | - |
| YUV | 111.73 | 67.21 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 132 | 4 | 0.14 | 0 | 0.97 | 0.48 | 68.91 | 0.94 | 0.27 |
| Hex | 71 | 84 | 4 | E | 0 | 61 | 30 | 45 | 5E | 1B |
| Octal | 161 | 204 | 4 | 16 | 0 | 141 | 60 | 105 | 136 | 33 |
| Binary | 1110001 | 10000100 | 100 | 1110 | 0 | 1100001 | 110000 | 1000101 | 1011110 | 11011 |
Color Harmonies of #718404
Complementary color
Monochromatic Colors of #718404
Black with #718404
Text Example
Text Example
White with #718404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718404; }
p { color: rgb(113,132,4); }
H1.HeaderClassName
{
color: #718404;
}
.AnyTagClassName
{
color: #718404;
}
</style>
background-color css
<style>
a { background-color: #718404; }
a { background-color: rgb(113,132,4); }
div.DivClassName
{
background-color: #718404;
}
.BgClassName
{
background-color: #718404;
}
</style>
border-color css
<style>
span { border-color: #718404; }
span { border-color: rgb(113,132,4); }
td.TdClassName
{
border-color: #718404;
}
.TagClassName
{
border-color: #718404;
}
</style>