Shades of Olive #726C01
Tints of Olive #726C01
RGB
CMYK
RGB Variations
Color information
#726C01 (or 0x726C01) is known color: Olive. HEX triplet: 72, 6C and 01. RGB value is (114,108,1). Sum of RGB (Red+Green+Blue) = 114+108+1=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #726C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726C01 is #8D93FE. Grayscale: #626262. Windows color (decimal): -9278463 or 93298. OLE color: 93298.
HSL color Cylindrical-coordinate representation of color #726C01: hue angle of 56.81º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #726C01 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 1 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.55 |
| HSL | 56.81º | 0.98% | 0.23% | - |
| HSV(B) | 56.81º | 0.99% | 0.45% | - |
| XYZ | 12.31 | 14.3 | 2.14 | - |
| YUV | 97.6 | 73.49 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 1 | 0 | 0.05 | 0.99 | 0.55 | 56.81 | 0.98 | 0.23 |
| Hex | 72 | 6C | 1 | 0 | 5 | 63 | 37 | 39 | 62 | 17 |
| Octal | 162 | 154 | 1 | 0 | 5 | 143 | 67 | 71 | 142 | 27 |
| Binary | 1110010 | 1101100 | 1 | 0 | 101 | 1100011 | 110111 | 111001 | 1100010 | 10111 |
Color Harmonies of #726C01
Complementary color
Monochromatic Colors of #726C01
Black with #726C01
Text Example
Text Example
White with #726C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C01; }
p { color: rgb(114,108,1); }
H1.HeaderClassName
{
color: #726C01;
}
.AnyTagClassName
{
color: #726C01;
}
</style>
background-color css
<style>
a { background-color: #726C01; }
a { background-color: rgb(114,108,1); }
div.DivClassName
{
background-color: #726C01;
}
.BgClassName
{
background-color: #726C01;
}
</style>
border-color css
<style>
span { border-color: #726C01; }
span { border-color: rgb(114,108,1); }
td.TdClassName
{
border-color: #726C01;
}
.TagClassName
{
border-color: #726C01;
}
</style>