Shades of Olive #718300
Tints of Olive #718300
RGB
CMYK
RGB Variations
Color information
#718300 (or 0x718300) is known color: Olive. HEX triplet: 71, 83 and 00. RGB value is (113,131,0). Sum of RGB (Red+Green+Blue) = 113+131+0=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 131 (51.56% from 255 or 53.69% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 131 - color contains mainly: green. Hex color #718300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718300 is #8E7CFF. Grayscale: #6F6F6F. Windows color (decimal): -9338112 or 33649. OLE color: 33649.
HSL color Cylindrical-coordinate representation of color #718300: hue angle of 68.24º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #718300 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 131 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.49 |
| HSL | 68.24º | 1% | 0.26% | - |
| HSV(B) | 68.24º | 1% | 0.51% | - |
| XYZ | 14.93 | 19.74 | 3.02 | - |
| YUV | 110.68 | 65.54 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 0 | 0.14 | 0 | 1 | 0.49 | 68.24 | 1 | 0.26 |
| Hex | 71 | 83 | 0 | E | 0 | 64 | 31 | 44 | 64 | 1A |
| Octal | 161 | 203 | 0 | 16 | 0 | 144 | 61 | 104 | 144 | 32 |
| Binary | 1110001 | 10000011 | 0 | 1110 | 0 | 1100100 | 110001 | 1000100 | 1100100 | 11010 |
Color Harmonies of #718300
Complementary color
Monochromatic Colors of #718300
Black with #718300
Text Example
Text Example
White with #718300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718300; }
p { color: rgb(113,131,0); }
H1.HeaderClassName
{
color: #718300;
}
.AnyTagClassName
{
color: #718300;
}
</style>
background-color css
<style>
a { background-color: #718300; }
a { background-color: rgb(113,131,0); }
div.DivClassName
{
background-color: #718300;
}
.BgClassName
{
background-color: #718300;
}
</style>
border-color css
<style>
span { border-color: #718300; }
span { border-color: rgb(113,131,0); }
td.TdClassName
{
border-color: #718300;
}
.TagClassName
{
border-color: #718300;
}
</style>