Shades of Olivine #A0C672
Tints of Olivine #A0C672
RGB
CMYK
RGB Variations
Color information
#A0C672 (or 0xA0C672) is known color: Olivine. HEX triplet: A0, C6 and 72. RGB value is (160,198,114). Sum of RGB (Red+Green+Blue) = 160+198+114=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C672 is #5F398D. Grayscale: #B1B1B1. Windows color (decimal): -6240654 or 7521952. OLE color: 7521952.
HSL color Cylindrical-coordinate representation of color #A0C672: hue angle of 87.14º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0C672 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 114 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.22 |
| HSL | 87.14º | 0.42% | 0.61% | - |
| HSV(B) | 87.14º | 0.42% | 0.78% | - |
| XYZ | 37.73 | 49.08 | 23.4 | - |
| YUV | 177.06 | 92.41 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 114 | 0.19 | 0 | 0.42 | 0.22 | 87.14 | 0.42 | 0.61 |
| Hex | A0 | C6 | 72 | 13 | 0 | 2A | 16 | 57 | 2A | 3D |
| Octal | 240 | 306 | 162 | 23 | 0 | 52 | 26 | 127 | 52 | 75 |
| Binary | 10100000 | 11000110 | 1110010 | 10011 | 0 | 101010 | 10110 | 1010111 | 101010 | 111101 |
Color Harmonies of #A0C672
Complementary color
Monochromatic Colors of #A0C672
Black with #A0C672
Text Example
Text Example
White with #A0C672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C672; }
p { color: rgb(160,198,114); }
H1.HeaderClassName
{
color: #A0C672;
}
.AnyTagClassName
{
color: #A0C672;
}
</style>
background-color css
<style>
a { background-color: #A0C672; }
a { background-color: rgb(160,198,114); }
div.DivClassName
{
background-color: #A0C672;
}
.BgClassName
{
background-color: #A0C672;
}
</style>
border-color css
<style>
span { border-color: #A0C672; }
span { border-color: rgb(160,198,114); }
td.TdClassName
{
border-color: #A0C672;
}
.TagClassName
{
border-color: #A0C672;
}
</style>