Shades of Olive #726F02
Tints of Olive #726F02
RGB
CMYK
RGB Variations
Color information
#726F02 (or 0x726F02) is known color: Olive. HEX triplet: 72, 6F and 02. RGB value is (114,111,2). Sum of RGB (Red+Green+Blue) = 114+111+2=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #726F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726F02 is #8D90FD. Grayscale: #636363. Windows color (decimal): -9277694 or 159602. OLE color: 159602.
HSL color Cylindrical-coordinate representation of color #726F02: hue angle of 58.39º 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 #726F02 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 2 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.55 |
| HSL | 58.39º | 0.97% | 0.23% | - |
| HSV(B) | 58.39º | 0.98% | 0.45% | - |
| XYZ | 12.63 | 14.95 | 2.28 | - |
| YUV | 99.47 | 72.99 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 2 | 0 | 0.03 | 0.98 | 0.55 | 58.39 | 0.97 | 0.23 |
| Hex | 72 | 6F | 2 | 0 | 3 | 62 | 37 | 3A | 61 | 17 |
| Octal | 162 | 157 | 2 | 0 | 3 | 142 | 67 | 72 | 141 | 27 |
| Binary | 1110010 | 1101111 | 10 | 0 | 11 | 1100010 | 110111 | 111010 | 1100001 | 10111 |
Color Harmonies of #726F02
Complementary color
Monochromatic Colors of #726F02
Black with #726F02
Text Example
Text Example
White with #726F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F02; }
p { color: rgb(114,111,2); }
H1.HeaderClassName
{
color: #726F02;
}
.AnyTagClassName
{
color: #726F02;
}
</style>
background-color css
<style>
a { background-color: #726F02; }
a { background-color: rgb(114,111,2); }
div.DivClassName
{
background-color: #726F02;
}
.BgClassName
{
background-color: #726F02;
}
</style>
border-color css
<style>
span { border-color: #726F02; }
span { border-color: rgb(114,111,2); }
td.TdClassName
{
border-color: #726F02;
}
.TagClassName
{
border-color: #726F02;
}
</style>