Shades of Olive #718206
Tints of Olive #718206
RGB
CMYK
RGB Variations
Color information
#718206 (or 0x718206) is known color: Olive. HEX triplet: 71, 82 and 06. RGB value is (113,130,6). Sum of RGB (Red+Green+Blue) = 113+130+6=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #718206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718206 is #8E7DF9. Grayscale: #6F6F6F. Windows color (decimal): -9338362 or 426609. OLE color: 426609.
HSL color Cylindrical-coordinate representation of color #718206: hue angle of 68.23º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #718206 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 6 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.49 |
| HSL | 68.23º | 0.91% | 0.27% | - |
| HSV(B) | 68.23º | 0.95% | 0.51% | - |
| XYZ | 14.83 | 19.49 | 3.15 | - |
| YUV | 110.78 | 68.87 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 6 | 0.13 | 0 | 0.95 | 0.49 | 68.23 | 0.91 | 0.27 |
| Hex | 71 | 82 | 6 | D | 0 | 5F | 31 | 44 | 5B | 1B |
| Octal | 161 | 202 | 6 | 15 | 0 | 137 | 61 | 104 | 133 | 33 |
| Binary | 1110001 | 10000010 | 110 | 1101 | 0 | 1011111 | 110001 | 1000100 | 1011011 | 11011 |
Color Harmonies of #718206
Complementary color
Monochromatic Colors of #718206
Black with #718206
Text Example
Text Example
White with #718206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718206; }
p { color: rgb(113,130,6); }
H1.HeaderClassName
{
color: #718206;
}
.AnyTagClassName
{
color: #718206;
}
</style>
background-color css
<style>
a { background-color: #718206; }
a { background-color: rgb(113,130,6); }
div.DivClassName
{
background-color: #718206;
}
.BgClassName
{
background-color: #718206;
}
</style>
border-color css
<style>
span { border-color: #718206; }
span { border-color: rgb(113,130,6); }
td.TdClassName
{
border-color: #718206;
}
.TagClassName
{
border-color: #718206;
}
</style>