Shades of Olivine #A0C772
Tints of Olivine #A0C772
RGB
CMYK
RGB Variations
Color information
#A0C772 (or 0xA0C772) is known color: Olivine. HEX triplet: A0, C7 and 72. RGB value is (160,199,114). Sum of RGB (Red+Green+Blue) = 160+199+114=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C772 is #5F388D. Grayscale: #B1B1B1. Windows color (decimal): -6240398 or 7522208. OLE color: 7522208.
HSL color Cylindrical-coordinate representation of color #A0C772: hue angle of 87.53º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0C772 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 199 | 114 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.22 |
| HSL | 87.53º | 0.43% | 0.61% | - |
| HSV(B) | 87.53º | 0.43% | 0.78% | - |
| XYZ | 37.96 | 49.54 | 23.48 | - |
| YUV | 177.65 | 92.08 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 114 | 0.20 | 0 | 0.43 | 0.22 | 87.53 | 0.43 | 0.61 |
| Hex | A0 | C7 | 72 | 14 | 0 | 2B | 16 | 58 | 2B | 3D |
| Octal | 240 | 307 | 162 | 24 | 0 | 53 | 26 | 130 | 53 | 75 |
| Binary | 10100000 | 11000111 | 1110010 | 10100 | 0 | 101011 | 10110 | 1011000 | 101011 | 111101 |
Color Harmonies of #A0C772
Complementary color
Monochromatic Colors of #A0C772
Black with #A0C772
Text Example
Text Example
White with #A0C772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C772; }
p { color: rgb(160,199,114); }
H1.HeaderClassName
{
color: #A0C772;
}
.AnyTagClassName
{
color: #A0C772;
}
</style>
background-color css
<style>
a { background-color: #A0C772; }
a { background-color: rgb(160,199,114); }
div.DivClassName
{
background-color: #A0C772;
}
.BgClassName
{
background-color: #A0C772;
}
</style>
border-color css
<style>
span { border-color: #A0C772; }
span { border-color: rgb(160,199,114); }
td.TdClassName
{
border-color: #A0C772;
}
.TagClassName
{
border-color: #A0C772;
}
</style>