Shades of Olivine #A0C067
Tints of Olivine #A0C067
RGB
CMYK
RGB Variations
Color information
#A0C067 (or 0xA0C067) is known color: Olivine. HEX triplet: A0, C0 and 67. RGB value is (160,192,103). Sum of RGB (Red+Green+Blue) = 160+192+103=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C067 is #5F3F98. Grayscale: #ACACAC. Windows color (decimal): -6242201 or 6799520. OLE color: 6799520.
HSL color Cylindrical-coordinate representation of color #A0C067: hue angle of 81.57º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0C067 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 103 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.25 |
| HSL | 81.57º | 0.41% | 0.58% | - |
| HSV(B) | 81.57º | 0.46% | 0.75% | - |
| XYZ | 35.8 | 46.15 | 19.85 | - |
| YUV | 172.29 | 88.9 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 103 | 0.17 | 0 | 0.46 | 0.25 | 81.57 | 0.41 | 0.58 |
| Hex | A0 | C0 | 67 | 11 | 0 | 2E | 19 | 52 | 29 | 3A |
| Octal | 240 | 300 | 147 | 21 | 0 | 56 | 31 | 122 | 51 | 72 |
| Binary | 10100000 | 11000000 | 1100111 | 10001 | 0 | 101110 | 11001 | 1010010 | 101001 | 111010 |
Color Harmonies of #A0C067
Complementary color
Monochromatic Colors of #A0C067
Black with #A0C067
Text Example
Text Example
White with #A0C067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C067; }
p { color: rgb(160,192,103); }
H1.HeaderClassName
{
color: #A0C067;
}
.AnyTagClassName
{
color: #A0C067;
}
</style>
background-color css
<style>
a { background-color: #A0C067; }
a { background-color: rgb(160,192,103); }
div.DivClassName
{
background-color: #A0C067;
}
.BgClassName
{
background-color: #A0C067;
}
</style>
border-color css
<style>
span { border-color: #A0C067; }
span { border-color: rgb(160,192,103); }
td.TdClassName
{
border-color: #A0C067;
}
.TagClassName
{
border-color: #A0C067;
}
</style>