Shades of Olive #727303
Tints of Olive #727303
RGB
CMYK
RGB Variations
Color information
#727303 (or 0x727303) is known color: Olive. HEX triplet: 72, 73 and 03. RGB value is (114,115,3). Sum of RGB (Red+Green+Blue) = 114+115+3=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #727303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727303 is #8D8CFC. Grayscale: #666666. Windows color (decimal): -9276669 or 226162. OLE color: 226162.
HSL color Cylindrical-coordinate representation of color #727303: hue angle of 60.54º 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 #727303 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 115 | 3 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.55 |
| HSL | 60.54º | 0.95% | 0.23% | - |
| HSV(B) | 60.54º | 0.97% | 0.45% | - |
| XYZ | 13.09 | 15.85 | 2.45 | - |
| YUV | 101.93 | 72.17 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 115 | 3 | 0.01 | 0 | 0.97 | 0.55 | 60.54 | 0.95 | 0.23 |
| Hex | 72 | 73 | 3 | 1 | 0 | 61 | 37 | 3D | 5F | 17 |
| Octal | 162 | 163 | 3 | 1 | 0 | 141 | 67 | 75 | 137 | 27 |
| Binary | 1110010 | 1110011 | 11 | 1 | 0 | 1100001 | 110111 | 111101 | 1011111 | 10111 |
Color Harmonies of #727303
Complementary color
Monochromatic Colors of #727303
Black with #727303
Text Example
Text Example
White with #727303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727303; }
p { color: rgb(114,115,3); }
H1.HeaderClassName
{
color: #727303;
}
.AnyTagClassName
{
color: #727303;
}
</style>
background-color css
<style>
a { background-color: #727303; }
a { background-color: rgb(114,115,3); }
div.DivClassName
{
background-color: #727303;
}
.BgClassName
{
background-color: #727303;
}
</style>
border-color css
<style>
span { border-color: #727303; }
span { border-color: rgb(114,115,3); }
td.TdClassName
{
border-color: #727303;
}
.TagClassName
{
border-color: #727303;
}
</style>