Shades of Olive #726A08
Tints of Olive #726A08
RGB
CMYK
RGB Variations
Color information
#726A08 (or 0x726A08) is known color: Olive. HEX triplet: 72, 6A and 08. RGB value is (114,106,8). Sum of RGB (Red+Green+Blue) = 114+106+8=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #726A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726A08 is #8D95F7. Grayscale: #616161. Windows color (decimal): -9278968 or 551538. OLE color: 551538.
HSL color Cylindrical-coordinate representation of color #726A08: hue angle of 55.47º 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 #726A08 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 8 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.55 |
| HSL | 55.47º | 0.87% | 0.24% | - |
| HSV(B) | 55.47º | 0.93% | 0.45% | - |
| XYZ | 12.14 | 13.9 | 2.27 | - |
| YUV | 97.22 | 77.65 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 8 | 0 | 0.07 | 0.93 | 0.55 | 55.47 | 0.87 | 0.24 |
| Hex | 72 | 6A | 8 | 0 | 7 | 5D | 37 | 37 | 57 | 18 |
| Octal | 162 | 152 | 10 | 0 | 7 | 135 | 67 | 67 | 127 | 30 |
| Binary | 1110010 | 1101010 | 1000 | 0 | 111 | 1011101 | 110111 | 110111 | 1010111 | 11000 |
Color Harmonies of #726A08
Complementary color
Monochromatic Colors of #726A08
Black with #726A08
Text Example
Text Example
White with #726A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A08; }
p { color: rgb(114,106,8); }
H1.HeaderClassName
{
color: #726A08;
}
.AnyTagClassName
{
color: #726A08;
}
</style>
background-color css
<style>
a { background-color: #726A08; }
a { background-color: rgb(114,106,8); }
div.DivClassName
{
background-color: #726A08;
}
.BgClassName
{
background-color: #726A08;
}
</style>
border-color css
<style>
span { border-color: #726A08; }
span { border-color: rgb(114,106,8); }
td.TdClassName
{
border-color: #726A08;
}
.TagClassName
{
border-color: #726A08;
}
</style>