Shades of Olivine #A0CC76
Tints of Olivine #A0CC76
RGB
CMYK
RGB Variations
Color information
#A0CC76 (or 0xA0CC76) is known color: Olivine. HEX triplet: A0, CC and 76. RGB value is (160,204,118). Sum of RGB (Red+Green+Blue) = 160+204+118=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC76 is #5F3389. Grayscale: #B5B5B5. Windows color (decimal): -6239114 or 7785632. OLE color: 7785632.
HSL color Cylindrical-coordinate representation of color #A0CC76: hue angle of 90.7º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0CC76 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 118 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.2 |
| HSL | 90.7º | 0.46% | 0.63% | - |
| HSV(B) | 90.7º | 0.42% | 0.8% | - |
| XYZ | 39.36 | 51.97 | 25.1 | - |
| YUV | 181.04 | 92.42 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 118 | 0.22 | 0 | 0.42 | 0.2 | 90.7 | 0.46 | 0.63 |
| Hex | A0 | CC | 76 | 16 | 0 | 2A | 14 | 5B | 2E | 3F |
| Octal | 240 | 314 | 166 | 26 | 0 | 52 | 24 | 133 | 56 | 77 |
| Binary | 10100000 | 11001100 | 1110110 | 10110 | 0 | 101010 | 10100 | 1011011 | 101110 | 111111 |
Color Harmonies of #A0CC76
Complementary color
Monochromatic Colors of #A0CC76
Black with #A0CC76
Text Example
Text Example
White with #A0CC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC76; }
p { color: rgb(160,204,118); }
H1.HeaderClassName
{
color: #A0CC76;
}
.AnyTagClassName
{
color: #A0CC76;
}
</style>
background-color css
<style>
a { background-color: #A0CC76; }
a { background-color: rgb(160,204,118); }
div.DivClassName
{
background-color: #A0CC76;
}
.BgClassName
{
background-color: #A0CC76;
}
</style>
border-color css
<style>
span { border-color: #A0CC76; }
span { border-color: rgb(160,204,118); }
td.TdClassName
{
border-color: #A0CC76;
}
.TagClassName
{
border-color: #A0CC76;
}
</style>