Shades of Olive #727A09
Tints of Olive #727A09
RGB
CMYK
RGB Variations
Color information
#727A09 (or 0x727A09) is known color: Olive. HEX triplet: 72, 7A and 09. RGB value is (114,122,9). Sum of RGB (Red+Green+Blue) = 114+122+9=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 122 (48.05% from 255 or 49.80% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 122 - color contains mainly: green. Hex color #727A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727A09 is #8D85F6. Grayscale: #6B6B6B. Windows color (decimal): -9274871 or 621170. OLE color: 621170.
HSL color Cylindrical-coordinate representation of color #727A09: hue angle of 64.25º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #727A09 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 122 | 9 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.52 |
| HSL | 64.25º | 0.86% | 0.26% | - |
| HSV(B) | 64.25º | 0.93% | 0.48% | - |
| XYZ | 13.95 | 17.52 | 2.9 | - |
| YUV | 106.73 | 72.85 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 122 | 9 | 0.07 | 0 | 0.93 | 0.52 | 64.25 | 0.86 | 0.26 |
| Hex | 72 | 7A | 9 | 7 | 0 | 5D | 34 | 40 | 56 | 1A |
| Octal | 162 | 172 | 11 | 7 | 0 | 135 | 64 | 100 | 126 | 32 |
| Binary | 1110010 | 1111010 | 1001 | 111 | 0 | 1011101 | 110100 | 1000000 | 1010110 | 11010 |
Color Harmonies of #727A09
Complementary color
Monochromatic Colors of #727A09
Black with #727A09
Text Example
Text Example
White with #727A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727A09; }
p { color: rgb(114,122,9); }
H1.HeaderClassName
{
color: #727A09;
}
.AnyTagClassName
{
color: #727A09;
}
</style>
background-color css
<style>
a { background-color: #727A09; }
a { background-color: rgb(114,122,9); }
div.DivClassName
{
background-color: #727A09;
}
.BgClassName
{
background-color: #727A09;
}
</style>
border-color css
<style>
span { border-color: #727A09; }
span { border-color: rgb(114,122,9); }
td.TdClassName
{
border-color: #727A09;
}
.TagClassName
{
border-color: #727A09;
}
</style>