Shades of Olivine #A4C76D
Tints of Olivine #A4C76D
RGB
CMYK
RGB Variations
Color information
#A4C76D (or 0xA4C76D) is known color: Olivine. HEX triplet: A4, C7 and 6D. RGB value is (164,199,109). Sum of RGB (Red+Green+Blue) = 164+199+109=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #A4C76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C76D is #5B3892. Grayscale: #B2B2B2. Windows color (decimal): -5978259 or 7194532. OLE color: 7194532.
HSL color Cylindrical-coordinate representation of color #A4C76D: hue angle of 83.33º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4C76D is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 199 | 109 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.22 |
| HSL | 83.33º | 0.45% | 0.6% | - |
| HSV(B) | 83.33º | 0.45% | 0.78% | - |
| XYZ | 38.49 | 49.84 | 22.06 | - |
| YUV | 178.28 | 88.9 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 199 | 109 | 0.18 | 0 | 0.45 | 0.22 | 83.33 | 0.45 | 0.6 |
| Hex | A4 | C7 | 6D | 12 | 0 | 2D | 16 | 53 | 2D | 3C |
| Octal | 244 | 307 | 155 | 22 | 0 | 55 | 26 | 123 | 55 | 74 |
| Binary | 10100100 | 11000111 | 1101101 | 10010 | 0 | 101101 | 10110 | 1010011 | 101101 | 111100 |
Color Harmonies of #A4C76D
Complementary color
Monochromatic Colors of #A4C76D
Black with #A4C76D
Text Example
Text Example
White with #A4C76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C76D; }
p { color: rgb(164,199,109); }
H1.HeaderClassName
{
color: #A4C76D;
}
.AnyTagClassName
{
color: #A4C76D;
}
</style>
background-color css
<style>
a { background-color: #A4C76D; }
a { background-color: rgb(164,199,109); }
div.DivClassName
{
background-color: #A4C76D;
}
.BgClassName
{
background-color: #A4C76D;
}
</style>
border-color css
<style>
span { border-color: #A4C76D; }
span { border-color: rgb(164,199,109); }
td.TdClassName
{
border-color: #A4C76D;
}
.TagClassName
{
border-color: #A4C76D;
}
</style>