Shades of Olivine #A0C077
Tints of Olivine #A0C077
RGB
CMYK
RGB Variations
Color information
#A0C077 (or 0xA0C077) is known color: Olivine. HEX triplet: A0, C0 and 77. RGB value is (160,192,119). Sum of RGB (Red+Green+Blue) = 160+192+119=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C077 is #5F3F88. Grayscale: #AEAEAE. Windows color (decimal): -6242185 or 7848096. OLE color: 7848096.
HSL color Cylindrical-coordinate representation of color #A0C077: hue angle of 86.3º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0C077 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 119 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.25 |
| HSL | 86.3º | 0.37% | 0.61% | - |
| HSV(B) | 86.3º | 0.38% | 0.75% | - |
| XYZ | 36.68 | 46.5 | 24.5 | - |
| YUV | 174.11 | 96.9 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 119 | 0.17 | 0 | 0.38 | 0.25 | 86.3 | 0.37 | 0.61 |
| Hex | A0 | C0 | 77 | 11 | 0 | 26 | 19 | 56 | 25 | 3D |
| Octal | 240 | 300 | 167 | 21 | 0 | 46 | 31 | 126 | 45 | 75 |
| Binary | 10100000 | 11000000 | 1110111 | 10001 | 0 | 100110 | 11001 | 1010110 | 100101 | 111101 |
Color Harmonies of #A0C077
Complementary color
Monochromatic Colors of #A0C077
Black with #A0C077
Text Example
Text Example
White with #A0C077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C077; }
p { color: rgb(160,192,119); }
H1.HeaderClassName
{
color: #A0C077;
}
.AnyTagClassName
{
color: #A0C077;
}
</style>
background-color css
<style>
a { background-color: #A0C077; }
a { background-color: rgb(160,192,119); }
div.DivClassName
{
background-color: #A0C077;
}
.BgClassName
{
background-color: #A0C077;
}
</style>
border-color css
<style>
span { border-color: #A0C077; }
span { border-color: rgb(160,192,119); }
td.TdClassName
{
border-color: #A0C077;
}
.TagClassName
{
border-color: #A0C077;
}
</style>