Shades of Olivine #A0C763
Tints of Olivine #A0C763
RGB
CMYK
RGB Variations
Color information
#A0C763 (or 0xA0C763) is known color: Olivine. HEX triplet: A0, C7 and 63. RGB value is (160,199,99). Sum of RGB (Red+Green+Blue) = 160+199+99=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C763 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C763 is #5F389C. Grayscale: #B0B0B0. Windows color (decimal): -6240413 or 6539168. OLE color: 6539168.
HSL color Cylindrical-coordinate representation of color #A0C763: hue angle of 83.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0C763 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 199 | 99 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.22 |
| HSL | 83.4º | 0.47% | 0.58% | - |
| HSV(B) | 83.4º | 0.5% | 0.78% | - |
| XYZ | 37.17 | 49.22 | 19.35 | - |
| YUV | 175.94 | 84.58 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 99 | 0.20 | 0 | 0.50 | 0.22 | 83.4 | 0.47 | 0.58 |
| Hex | A0 | C7 | 63 | 14 | 0 | 32 | 16 | 53 | 2F | 3A |
| Octal | 240 | 307 | 143 | 24 | 0 | 62 | 26 | 123 | 57 | 72 |
| Binary | 10100000 | 11000111 | 1100011 | 10100 | 0 | 110010 | 10110 | 1010011 | 101111 | 111010 |
Color Harmonies of #A0C763
Complementary color
Monochromatic Colors of #A0C763
Black with #A0C763
Text Example
Text Example
White with #A0C763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C763; }
p { color: rgb(160,199,99); }
H1.HeaderClassName
{
color: #A0C763;
}
.AnyTagClassName
{
color: #A0C763;
}
</style>
background-color css
<style>
a { background-color: #A0C763; }
a { background-color: rgb(160,199,99); }
div.DivClassName
{
background-color: #A0C763;
}
.BgClassName
{
background-color: #A0C763;
}
</style>
border-color css
<style>
span { border-color: #A0C763; }
span { border-color: rgb(160,199,99); }
td.TdClassName
{
border-color: #A0C763;
}
.TagClassName
{
border-color: #A0C763;
}
</style>