Shades of Olive #727102
Tints of Olive #727102
RGB
CMYK
RGB Variations
Color information
#727102 (or 0x727102) is known color: Olive. HEX triplet: 72, 71 and 02. RGB value is (114,113,2). Sum of RGB (Red+Green+Blue) = 114+113+2=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #727102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727102 is #8D8EFD. Grayscale: #656565. Windows color (decimal): -9277182 or 160114. OLE color: 160114.
HSL color Cylindrical-coordinate representation of color #727102: hue angle of 59.46º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #727102 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 113 | 2 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.55 |
| HSL | 59.46º | 0.97% | 0.23% | - |
| HSV(B) | 59.46º | 0.98% | 0.45% | - |
| XYZ | 12.86 | 15.39 | 2.35 | - |
| YUV | 100.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 113 | 2 | 0 | 0.01 | 0.98 | 0.55 | 59.46 | 0.97 | 0.23 |
| Hex | 72 | 71 | 2 | 0 | 1 | 62 | 37 | 3B | 61 | 17 |
| Octal | 162 | 161 | 2 | 0 | 1 | 142 | 67 | 73 | 141 | 27 |
| Binary | 1110010 | 1110001 | 10 | 0 | 1 | 1100010 | 110111 | 111011 | 1100001 | 10111 |
Color Harmonies of #727102
Complementary color
Monochromatic Colors of #727102
Black with #727102
Text Example
Text Example
White with #727102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727102; }
p { color: rgb(114,113,2); }
H1.HeaderClassName
{
color: #727102;
}
.AnyTagClassName
{
color: #727102;
}
</style>
background-color css
<style>
a { background-color: #727102; }
a { background-color: rgb(114,113,2); }
div.DivClassName
{
background-color: #727102;
}
.BgClassName
{
background-color: #727102;
}
</style>
border-color css
<style>
span { border-color: #727102; }
span { border-color: rgb(114,113,2); }
td.TdClassName
{
border-color: #727102;
}
.TagClassName
{
border-color: #727102;
}
</style>