Shades of Olivine #A2C875
Tints of Olivine #A2C875
RGB
CMYK
RGB Variations
Color information
#A2C875 (or 0xA2C875) is known color: Olivine. HEX triplet: A2, C8 and 75. RGB value is (162,200,117). Sum of RGB (Red+Green+Blue) = 162+200+117=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C875 is #5D378A. Grayscale: #B3B3B3. Windows color (decimal): -6109067 or 7719074. OLE color: 7719074.
HSL color Cylindrical-coordinate representation of color #A2C875: hue angle of 87.47º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2C875 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 200 | 117 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.22 |
| HSL | 87.47º | 0.43% | 0.62% | - |
| HSV(B) | 87.47º | 0.42% | 0.78% | - |
| XYZ | 38.77 | 50.27 | 24.49 | - |
| YUV | 179.18 | 92.91 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 200 | 117 | 0.19 | 0 | 0.42 | 0.22 | 87.47 | 0.43 | 0.62 |
| Hex | A2 | C8 | 75 | 13 | 0 | 2A | 16 | 57 | 2B | 3E |
| Octal | 242 | 310 | 165 | 23 | 0 | 52 | 26 | 127 | 53 | 76 |
| Binary | 10100010 | 11001000 | 1110101 | 10011 | 0 | 101010 | 10110 | 1010111 | 101011 | 111110 |
Color Harmonies of #A2C875
Complementary color
Monochromatic Colors of #A2C875
Black with #A2C875
Text Example
Text Example
White with #A2C875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C875; }
p { color: rgb(162,200,117); }
H1.HeaderClassName
{
color: #A2C875;
}
.AnyTagClassName
{
color: #A2C875;
}
</style>
background-color css
<style>
a { background-color: #A2C875; }
a { background-color: rgb(162,200,117); }
div.DivClassName
{
background-color: #A2C875;
}
.BgClassName
{
background-color: #A2C875;
}
</style>
border-color css
<style>
span { border-color: #A2C875; }
span { border-color: rgb(162,200,117); }
td.TdClassName
{
border-color: #A2C875;
}
.TagClassName
{
border-color: #A2C875;
}
</style>