Shades of Olive #718B07
Tints of Olive #718B07
RGB
CMYK
RGB Variations
Color information
#718B07 (or 0x718B07) is known color: Olive. HEX triplet: 71, 8B and 07. RGB value is (113,139,7). Sum of RGB (Red+Green+Blue) = 113+139+7=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #718B07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718B07 is #8E74F8. Grayscale: #747474. Windows color (decimal): -9336057 or 494449. OLE color: 494449.
HSL color Cylindrical-coordinate representation of color #718B07: hue angle of 71.82º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #718B07 is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 139 | 7 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.45 |
| HSL | 71.82º | 0.9% | 0.29% | - |
| HSV(B) | 71.82º | 0.95% | 0.55% | - |
| XYZ | 16.08 | 21.99 | 3.6 | - |
| YUV | 116.18 | 66.39 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 7 | 0.19 | 0 | 0.95 | 0.45 | 71.82 | 0.9 | 0.29 |
| Hex | 71 | 8B | 7 | 13 | 0 | 5F | 2D | 48 | 5A | 1D |
| Octal | 161 | 213 | 7 | 23 | 0 | 137 | 55 | 110 | 132 | 35 |
| Binary | 1110001 | 10001011 | 111 | 10011 | 0 | 1011111 | 101101 | 1001000 | 1011010 | 11101 |
Color Harmonies of #718B07
Complementary color
Monochromatic Colors of #718B07
Black with #718B07
Text Example
Text Example
White with #718B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718B07; }
p { color: rgb(113,139,7); }
H1.HeaderClassName
{
color: #718B07;
}
.AnyTagClassName
{
color: #718B07;
}
</style>
background-color css
<style>
a { background-color: #718B07; }
a { background-color: rgb(113,139,7); }
div.DivClassName
{
background-color: #718B07;
}
.BgClassName
{
background-color: #718B07;
}
</style>
border-color css
<style>
span { border-color: #718B07; }
span { border-color: rgb(113,139,7); }
td.TdClassName
{
border-color: #718B07;
}
.TagClassName
{
border-color: #718B07;
}
</style>