Shades of Olive #726F08
Tints of Olive #726F08
RGB
CMYK
RGB Variations
Color information
#726F08 (or 0x726F08) is known color: Olive. HEX triplet: 72, 6F and 08. RGB value is (114,111,8). Sum of RGB (Red+Green+Blue) = 114+111+8=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 111 (43.75% from 255 or 47.64% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #726F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726F08 is #8D90F7. Grayscale: #646464. Windows color (decimal): -9277688 or 552818. OLE color: 552818.
HSL color Cylindrical-coordinate representation of color #726F08: hue angle of 58.3º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #726F08 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 8 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.55 |
| HSL | 58.3º | 0.87% | 0.24% | - |
| HSV(B) | 58.3º | 0.93% | 0.45% | - |
| XYZ | 12.67 | 14.96 | 2.45 | - |
| YUV | 100.16 | 75.99 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 8 | 0 | 0.03 | 0.93 | 0.55 | 58.3 | 0.87 | 0.24 |
| Hex | 72 | 6F | 8 | 0 | 3 | 5D | 37 | 3A | 57 | 18 |
| Octal | 162 | 157 | 10 | 0 | 3 | 135 | 67 | 72 | 127 | 30 |
| Binary | 1110010 | 1101111 | 1000 | 0 | 11 | 1011101 | 110111 | 111010 | 1010111 | 11000 |
Color Harmonies of #726F08
Complementary color
Monochromatic Colors of #726F08
Black with #726F08
Text Example
Text Example
White with #726F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F08; }
p { color: rgb(114,111,8); }
H1.HeaderClassName
{
color: #726F08;
}
.AnyTagClassName
{
color: #726F08;
}
</style>
background-color css
<style>
a { background-color: #726F08; }
a { background-color: rgb(114,111,8); }
div.DivClassName
{
background-color: #726F08;
}
.BgClassName
{
background-color: #726F08;
}
</style>
border-color css
<style>
span { border-color: #726F08; }
span { border-color: rgb(114,111,8); }
td.TdClassName
{
border-color: #726F08;
}
.TagClassName
{
border-color: #726F08;
}
</style>