Shades of Olivine #A2C06B
Tints of Olivine #A2C06B
RGB
CMYK
RGB Variations
Color information
#A2C06B (or 0xA2C06B) is known color: Olivine. HEX triplet: A2, C0 and 6B. RGB value is (162,192,107). Sum of RGB (Red+Green+Blue) = 162+192+107=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C06B is #5D3F94. Grayscale: #ADADAD. Windows color (decimal): -6111125 or 7061666. OLE color: 7061666.
HSL color Cylindrical-coordinate representation of color #A2C06B: hue angle of 81.18º 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 #A2C06B is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 107 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.25 |
| HSL | 81.18º | 0.4% | 0.59% | - |
| HSV(B) | 81.18º | 0.44% | 0.75% | - |
| XYZ | 36.4 | 46.44 | 20.96 | - |
| YUV | 173.34 | 90.56 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 107 | 0.16 | 0 | 0.44 | 0.25 | 81.18 | 0.4 | 0.59 |
| Hex | A2 | C0 | 6B | 10 | 0 | 2C | 19 | 51 | 28 | 3B |
| Octal | 242 | 300 | 153 | 20 | 0 | 54 | 31 | 121 | 50 | 73 |
| Binary | 10100010 | 11000000 | 1101011 | 10000 | 0 | 101100 | 11001 | 1010001 | 101000 | 111011 |
Color Harmonies of #A2C06B
Complementary color
Monochromatic Colors of #A2C06B
Black with #A2C06B
Text Example
Text Example
White with #A2C06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C06B; }
p { color: rgb(162,192,107); }
H1.HeaderClassName
{
color: #A2C06B;
}
.AnyTagClassName
{
color: #A2C06B;
}
</style>
background-color css
<style>
a { background-color: #A2C06B; }
a { background-color: rgb(162,192,107); }
div.DivClassName
{
background-color: #A2C06B;
}
.BgClassName
{
background-color: #A2C06B;
}
</style>
border-color css
<style>
span { border-color: #A2C06B; }
span { border-color: rgb(162,192,107); }
td.TdClassName
{
border-color: #A2C06B;
}
.TagClassName
{
border-color: #A2C06B;
}
</style>