Shades of Olive #727203
Tints of Olive #727203
RGB
CMYK
RGB Variations
Color information
#727203 (or 0x727203) is known color: Olive. HEX triplet: 72, 72 and 03. RGB value is (114,114,3). Sum of RGB (Red+Green+Blue) = 114+114+3=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727203 is #8D8DFC. Grayscale: #656565. Windows color (decimal): -9276925 or 225906. OLE color: 225906.
HSL color Cylindrical-coordinate representation of color #727203: hue angle of 60º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #727203 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 114 | 3 | - |
| CMYK | 0 | 0 | 0.97 | 0.55 |
| HSL | 60º | 0.95% | 0.23% | - |
| HSV(B) | 60º | 0.97% | 0.45% | - |
| XYZ | 12.97 | 15.62 | 2.42 | - |
| YUV | 101.35 | 72.5 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 114 | 3 | 0 | 0 | 0.97 | 0.55 | 60 | 0.95 | 0.23 |
| Hex | 72 | 72 | 3 | 0 | 0 | 61 | 37 | 3C | 5F | 17 |
| Octal | 162 | 162 | 3 | 0 | 0 | 141 | 67 | 74 | 137 | 27 |
| Binary | 1110010 | 1110010 | 11 | 0 | 0 | 1100001 | 110111 | 111100 | 1011111 | 10111 |
Color Harmonies of #727203
Complementary color
Monochromatic Colors of #727203
Black with #727203
Text Example
Text Example
White with #727203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727203; }
p { color: rgb(114,114,3); }
H1.HeaderClassName
{
color: #727203;
}
.AnyTagClassName
{
color: #727203;
}
</style>
background-color css
<style>
a { background-color: #727203; }
a { background-color: rgb(114,114,3); }
div.DivClassName
{
background-color: #727203;
}
.BgClassName
{
background-color: #727203;
}
</style>
border-color css
<style>
span { border-color: #727203; }
span { border-color: rgb(114,114,3); }
td.TdClassName
{
border-color: #727203;
}
.TagClassName
{
border-color: #727203;
}
</style>