Shades of Olivine #A4B76F
Tints of Olivine #A4B76F
RGB
CMYK
RGB Variations
Color information
#A4B76F (or 0xA4B76F) is known color: Olivine. HEX triplet: A4, B7 and 6F. RGB value is (164,183,111). Sum of RGB (Red+Green+Blue) = 164+183+111=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B76F is #5B4890. Grayscale: #A9A9A9. Windows color (decimal): -5982353 or 7321508. OLE color: 7321508.
HSL color Cylindrical-coordinate representation of color #A4B76F: hue angle of 75.83º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4B76F is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 111 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.28 |
| HSL | 75.83º | 0.33% | 0.58% | - |
| HSV(B) | 75.83º | 0.39% | 0.72% | - |
| XYZ | 35.11 | 42.91 | 21.47 | - |
| YUV | 169.11 | 95.21 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 111 | 0.10 | 0 | 0.39 | 0.28 | 75.83 | 0.33 | 0.58 |
| Hex | A4 | B7 | 6F | A | 0 | 27 | 1C | 4C | 21 | 3A |
| Octal | 244 | 267 | 157 | 12 | 0 | 47 | 34 | 114 | 41 | 72 |
| Binary | 10100100 | 10110111 | 1101111 | 1010 | 0 | 100111 | 11100 | 1001100 | 100001 | 111010 |
Color Harmonies of #A4B76F
Complementary color
Monochromatic Colors of #A4B76F
Black with #A4B76F
Text Example
Text Example
White with #A4B76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B76F; }
p { color: rgb(164,183,111); }
H1.HeaderClassName
{
color: #A4B76F;
}
.AnyTagClassName
{
color: #A4B76F;
}
</style>
background-color css
<style>
a { background-color: #A4B76F; }
a { background-color: rgb(164,183,111); }
div.DivClassName
{
background-color: #A4B76F;
}
.BgClassName
{
background-color: #A4B76F;
}
</style>
border-color css
<style>
span { border-color: #A4B76F; }
span { border-color: rgb(164,183,111); }
td.TdClassName
{
border-color: #A4B76F;
}
.TagClassName
{
border-color: #A4B76F;
}
</style>