Shades of Olive #726802
Tints of Olive #726802
RGB
CMYK
RGB Variations
Color information
#726802 (or 0x726802) is known color: Olive. HEX triplet: 72, 68 and 02. RGB value is (114,104,2). Sum of RGB (Red+Green+Blue) = 114+104+2=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #726802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726802 is #8D97FD. Grayscale: #5F5F5F. Windows color (decimal): -9279486 or 157810. OLE color: 157810.
HSL color Cylindrical-coordinate representation of color #726802: hue angle of 54.64º 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 #726802 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 104 | 2 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.55 |
| HSL | 54.64º | 0.97% | 0.23% | - |
| HSV(B) | 54.64º | 0.98% | 0.45% | - |
| XYZ | 11.9 | 13.48 | 2.03 | - |
| YUV | 95.36 | 75.31 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 2 | 0 | 0.09 | 0.98 | 0.55 | 54.64 | 0.97 | 0.23 |
| Hex | 72 | 68 | 2 | 0 | 9 | 62 | 37 | 37 | 61 | 17 |
| Octal | 162 | 150 | 2 | 0 | 11 | 142 | 67 | 67 | 141 | 27 |
| Binary | 1110010 | 1101000 | 10 | 0 | 1001 | 1100010 | 110111 | 110111 | 1100001 | 10111 |
Color Harmonies of #726802
Complementary color
Monochromatic Colors of #726802
Black with #726802
Text Example
Text Example
White with #726802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726802; }
p { color: rgb(114,104,2); }
H1.HeaderClassName
{
color: #726802;
}
.AnyTagClassName
{
color: #726802;
}
</style>
background-color css
<style>
a { background-color: #726802; }
a { background-color: rgb(114,104,2); }
div.DivClassName
{
background-color: #726802;
}
.BgClassName
{
background-color: #726802;
}
</style>
border-color css
<style>
span { border-color: #726802; }
span { border-color: rgb(114,104,2); }
td.TdClassName
{
border-color: #726802;
}
.TagClassName
{
border-color: #726802;
}
</style>