Shades of Olive #727A01
Tints of Olive #727A01
RGB
CMYK
RGB Variations
Color information
#727A01 (or 0x727A01) is known color: Olive. HEX triplet: 72, 7A and 01. RGB value is (114,122,1). Sum of RGB (Red+Green+Blue) = 114+122+1=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 122 (48.05% from 255 or 51.48% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 122 - color contains mainly: green. Hex color #727A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727A01 is #8D85FE. Grayscale: #6A6A6A. Windows color (decimal): -9274879 or 96882. OLE color: 96882.
HSL color Cylindrical-coordinate representation of color #727A01: hue angle of 63.97º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #727A01 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 122 | 1 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.52 |
| HSL | 63.97º | 0.98% | 0.24% | - |
| HSV(B) | 63.97º | 0.99% | 0.48% | - |
| XYZ | 13.9 | 17.5 | 2.67 | - |
| YUV | 105.81 | 68.85 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 122 | 1 | 0.07 | 0 | 0.99 | 0.52 | 63.97 | 0.98 | 0.24 |
| Hex | 72 | 7A | 1 | 7 | 0 | 63 | 34 | 40 | 62 | 18 |
| Octal | 162 | 172 | 1 | 7 | 0 | 143 | 64 | 100 | 142 | 30 |
| Binary | 1110010 | 1111010 | 1 | 111 | 0 | 1100011 | 110100 | 1000000 | 1100010 | 11000 |
Color Harmonies of #727A01
Complementary color
Monochromatic Colors of #727A01
Black with #727A01
Text Example
Text Example
White with #727A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727A01; }
p { color: rgb(114,122,1); }
H1.HeaderClassName
{
color: #727A01;
}
.AnyTagClassName
{
color: #727A01;
}
</style>
background-color css
<style>
a { background-color: #727A01; }
a { background-color: rgb(114,122,1); }
div.DivClassName
{
background-color: #727A01;
}
.BgClassName
{
background-color: #727A01;
}
</style>
border-color css
<style>
span { border-color: #727A01; }
span { border-color: rgb(114,122,1); }
td.TdClassName
{
border-color: #727A01;
}
.TagClassName
{
border-color: #727A01;
}
</style>