Shades of Olivine #A4C576
Tints of Olivine #A4C576
RGB
CMYK
RGB Variations
Color information
#A4C576 (or 0xA4C576) is known color: Olivine. HEX triplet: A4, C5 and 76. RGB value is (164,197,118). Sum of RGB (Red+Green+Blue) = 164+197+118=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C576 is #5B3A89. Grayscale: #B2B2B2. Windows color (decimal): -5978762 or 7783844. OLE color: 7783844.
HSL color Cylindrical-coordinate representation of color #A4C576: hue angle of 85.06º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4C576 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 197 | 118 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.23 |
| HSL | 85.06º | 0.41% | 0.62% | - |
| HSV(B) | 85.06º | 0.4% | 0.77% | - |
| XYZ | 38.55 | 49.13 | 24.59 | - |
| YUV | 178.13 | 94.07 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 197 | 118 | 0.17 | 0 | 0.40 | 0.23 | 85.06 | 0.41 | 0.62 |
| Hex | A4 | C5 | 76 | 11 | 0 | 28 | 17 | 55 | 29 | 3E |
| Octal | 244 | 305 | 166 | 21 | 0 | 50 | 27 | 125 | 51 | 76 |
| Binary | 10100100 | 11000101 | 1110110 | 10001 | 0 | 101000 | 10111 | 1010101 | 101001 | 111110 |
Color Harmonies of #A4C576
Complementary color
Monochromatic Colors of #A4C576
Black with #A4C576
Text Example
Text Example
White with #A4C576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C576; }
p { color: rgb(164,197,118); }
H1.HeaderClassName
{
color: #A4C576;
}
.AnyTagClassName
{
color: #A4C576;
}
</style>
background-color css
<style>
a { background-color: #A4C576; }
a { background-color: rgb(164,197,118); }
div.DivClassName
{
background-color: #A4C576;
}
.BgClassName
{
background-color: #A4C576;
}
</style>
border-color css
<style>
span { border-color: #A4C576; }
span { border-color: rgb(164,197,118); }
td.TdClassName
{
border-color: #A4C576;
}
.TagClassName
{
border-color: #A4C576;
}
</style>