Shades of Olivine #A4B76E
Tints of Olivine #A4B76E
RGB
CMYK
RGB Variations
Color information
#A4B76E (or 0xA4B76E) is known color: Olivine. HEX triplet: A4, B7 and 6E. RGB value is (164,183,110). Sum of RGB (Red+Green+Blue) = 164+183+110=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B76E is #5B4891. Grayscale: #A9A9A9. Windows color (decimal): -5982354 or 7255972. OLE color: 7255972.
HSL color Cylindrical-coordinate representation of color #A4B76E: hue angle of 75.62º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4B76E is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 110 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.28 |
| HSL | 75.62º | 0.34% | 0.57% | - |
| HSV(B) | 75.62º | 0.4% | 0.72% | - |
| XYZ | 35.06 | 42.89 | 21.18 | - |
| YUV | 169 | 94.71 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 110 | 0.10 | 0 | 0.40 | 0.28 | 75.62 | 0.34 | 0.57 |
| Hex | A4 | B7 | 6E | A | 0 | 28 | 1C | 4C | 22 | 39 |
| Octal | 244 | 267 | 156 | 12 | 0 | 50 | 34 | 114 | 42 | 71 |
| Binary | 10100100 | 10110111 | 1101110 | 1010 | 0 | 101000 | 11100 | 1001100 | 100010 | 111001 |
Color Harmonies of #A4B76E
Complementary color
Monochromatic Colors of #A4B76E
Black with #A4B76E
Text Example
Text Example
White with #A4B76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B76E; }
p { color: rgb(164,183,110); }
H1.HeaderClassName
{
color: #A4B76E;
}
.AnyTagClassName
{
color: #A4B76E;
}
</style>
background-color css
<style>
a { background-color: #A4B76E; }
a { background-color: rgb(164,183,110); }
div.DivClassName
{
background-color: #A4B76E;
}
.BgClassName
{
background-color: #A4B76E;
}
</style>
border-color css
<style>
span { border-color: #A4B76E; }
span { border-color: rgb(164,183,110); }
td.TdClassName
{
border-color: #A4B76E;
}
.TagClassName
{
border-color: #A4B76E;
}
</style>