Shades of Olive #726A09
Tints of Olive #726A09
RGB
CMYK
RGB Variations
Color information
#726A09 (or 0x726A09) is known color: Olive. HEX triplet: 72, 6A and 09. RGB value is (114,106,9). Sum of RGB (Red+Green+Blue) = 114+106+9=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 106 (41.80% from 255 or 46.29% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #726A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726A09 is #8D95F6. Grayscale: #616161. Windows color (decimal): -9278967 or 617074. OLE color: 617074.
HSL color Cylindrical-coordinate representation of color #726A09: hue angle of 55.43º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #726A09 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 9 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.55 |
| HSL | 55.43º | 0.85% | 0.24% | - |
| HSV(B) | 55.43º | 0.92% | 0.45% | - |
| XYZ | 12.14 | 13.91 | 2.3 | - |
| YUV | 97.33 | 78.15 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 9 | 0 | 0.07 | 0.92 | 0.55 | 55.43 | 0.85 | 0.24 |
| Hex | 72 | 6A | 9 | 0 | 7 | 5C | 37 | 37 | 55 | 18 |
| Octal | 162 | 152 | 11 | 0 | 7 | 134 | 67 | 67 | 125 | 30 |
| Binary | 1110010 | 1101010 | 1001 | 0 | 111 | 1011100 | 110111 | 110111 | 1010101 | 11000 |
Color Harmonies of #726A09
Complementary color
Monochromatic Colors of #726A09
Black with #726A09
Text Example
Text Example
White with #726A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A09; }
p { color: rgb(114,106,9); }
H1.HeaderClassName
{
color: #726A09;
}
.AnyTagClassName
{
color: #726A09;
}
</style>
background-color css
<style>
a { background-color: #726A09; }
a { background-color: rgb(114,106,9); }
div.DivClassName
{
background-color: #726A09;
}
.BgClassName
{
background-color: #726A09;
}
</style>
border-color css
<style>
span { border-color: #726A09; }
span { border-color: rgb(114,106,9); }
td.TdClassName
{
border-color: #726A09;
}
.TagClassName
{
border-color: #726A09;
}
</style>