Shades of Olive #727002
Tints of Olive #727002
RGB
CMYK
RGB Variations
Color information
#727002 (or 0x727002) is known color: Olive. HEX triplet: 72, 70 and 02. RGB value is (114,112,2). Sum of RGB (Red+Green+Blue) = 114+112+2=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #727002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727002 is #8D8FFD. Grayscale: #646464. Windows color (decimal): -9277438 or 159858. OLE color: 159858.
HSL color Cylindrical-coordinate representation of color #727002: hue angle of 58.93º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #727002 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 112 | 2 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.55 |
| HSL | 58.93º | 0.97% | 0.23% | - |
| HSV(B) | 58.93º | 0.98% | 0.45% | - |
| XYZ | 12.74 | 15.17 | 2.31 | - |
| YUV | 100.06 | 72.66 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 2 | 0 | 0.02 | 0.98 | 0.55 | 58.93 | 0.97 | 0.23 |
| Hex | 72 | 70 | 2 | 0 | 2 | 62 | 37 | 3B | 61 | 17 |
| Octal | 162 | 160 | 2 | 0 | 2 | 142 | 67 | 73 | 141 | 27 |
| Binary | 1110010 | 1110000 | 10 | 0 | 10 | 1100010 | 110111 | 111011 | 1100001 | 10111 |
Color Harmonies of #727002
Complementary color
Monochromatic Colors of #727002
Black with #727002
Text Example
Text Example
White with #727002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727002; }
p { color: rgb(114,112,2); }
H1.HeaderClassName
{
color: #727002;
}
.AnyTagClassName
{
color: #727002;
}
</style>
background-color css
<style>
a { background-color: #727002; }
a { background-color: rgb(114,112,2); }
div.DivClassName
{
background-color: #727002;
}
.BgClassName
{
background-color: #727002;
}
</style>
border-color css
<style>
span { border-color: #727002; }
span { border-color: rgb(114,112,2); }
td.TdClassName
{
border-color: #727002;
}
.TagClassName
{
border-color: #727002;
}
</style>