Shades of Olive #727205
Tints of Olive #727205
RGB
CMYK
RGB Variations
Color information
#727205 (or 0x727205) is known color: Olive. HEX triplet: 72, 72 and 05. RGB value is (114,114,5). Sum of RGB (Red+Green+Blue) = 114+114+5=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727205 is #8D8DFA. Grayscale: #666666. Windows color (decimal): -9276923 or 356978. OLE color: 356978.
HSL color Cylindrical-coordinate representation of color #727205: hue angle of 60º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #727205 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 114 | 5 | - |
| CMYK | 0 | 0 | 0.96 | 0.55 |
| HSL | 60º | 0.92% | 0.23% | - |
| HSV(B) | 60º | 0.96% | 0.45% | - |
| XYZ | 12.98 | 15.62 | 2.47 | - |
| YUV | 101.57 | 73.5 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 114 | 5 | 0 | 0 | 0.96 | 0.55 | 60 | 0.92 | 0.23 |
| Hex | 72 | 72 | 5 | 0 | 0 | 60 | 37 | 3C | 5C | 17 |
| Octal | 162 | 162 | 5 | 0 | 0 | 140 | 67 | 74 | 134 | 27 |
| Binary | 1110010 | 1110010 | 101 | 0 | 0 | 1100000 | 110111 | 111100 | 1011100 | 10111 |
Color Harmonies of #727205
Complementary color
Monochromatic Colors of #727205
Black with #727205
Text Example
Text Example
White with #727205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727205; }
p { color: rgb(114,114,5); }
H1.HeaderClassName
{
color: #727205;
}
.AnyTagClassName
{
color: #727205;
}
</style>
background-color css
<style>
a { background-color: #727205; }
a { background-color: rgb(114,114,5); }
div.DivClassName
{
background-color: #727205;
}
.BgClassName
{
background-color: #727205;
}
</style>
border-color css
<style>
span { border-color: #727205; }
span { border-color: rgb(114,114,5); }
td.TdClassName
{
border-color: #727205;
}
.TagClassName
{
border-color: #727205;
}
</style>