Shades of Olivine #A0C06B
Tints of Olivine #A0C06B
RGB
CMYK
RGB Variations
Color information
#A0C06B (or 0xA0C06B) is known color: Olivine. HEX triplet: A0, C0 and 6B. RGB value is (160,192,107). Sum of RGB (Red+Green+Blue) = 160+192+107=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C06B is #5F3F94. Grayscale: #ADADAD. Windows color (decimal): -6242197 or 7061664. OLE color: 7061664.
HSL color Cylindrical-coordinate representation of color #A0C06B: hue angle of 82.59º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0C06B is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 107 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.25 |
| HSL | 82.59º | 0.4% | 0.59% | - |
| HSV(B) | 82.59º | 0.44% | 0.75% | - |
| XYZ | 36 | 46.23 | 20.94 | - |
| YUV | 172.74 | 90.9 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 107 | 0.17 | 0 | 0.44 | 0.25 | 82.59 | 0.4 | 0.59 |
| Hex | A0 | C0 | 6B | 11 | 0 | 2C | 19 | 53 | 28 | 3B |
| Octal | 240 | 300 | 153 | 21 | 0 | 54 | 31 | 123 | 50 | 73 |
| Binary | 10100000 | 11000000 | 1101011 | 10001 | 0 | 101100 | 11001 | 1010011 | 101000 | 111011 |
Color Harmonies of #A0C06B
Complementary color
Monochromatic Colors of #A0C06B
Black with #A0C06B
Text Example
Text Example
White with #A0C06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C06B; }
p { color: rgb(160,192,107); }
H1.HeaderClassName
{
color: #A0C06B;
}
.AnyTagClassName
{
color: #A0C06B;
}
</style>
background-color css
<style>
a { background-color: #A0C06B; }
a { background-color: rgb(160,192,107); }
div.DivClassName
{
background-color: #A0C06B;
}
.BgClassName
{
background-color: #A0C06B;
}
</style>
border-color css
<style>
span { border-color: #A0C06B; }
span { border-color: rgb(160,192,107); }
td.TdClassName
{
border-color: #A0C06B;
}
.TagClassName
{
border-color: #A0C06B;
}
</style>