Shades of Olivine #A4B376
Tints of Olivine #A4B376
RGB
CMYK
RGB Variations
Color information
#A4B376 (or 0xA4B376) is known color: Olivine. HEX triplet: A4, B3 and 76. RGB value is (164,179,118). Sum of RGB (Red+Green+Blue) = 164+179+118=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B376 is #5B4C89. Grayscale: #A7A7A7. Windows color (decimal): -5983370 or 7779236. OLE color: 7779236.
HSL color Cylindrical-coordinate representation of color #A4B376: hue angle of 74.75º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4B376 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 179 | 118 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.30 |
| HSL | 74.75º | 0.29% | 0.58% | - |
| HSV(B) | 74.75º | 0.34% | 0.7% | - |
| XYZ | 34.7 | 41.44 | 23.31 | - |
| YUV | 167.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 179 | 118 | 0.08 | 0 | 0.34 | 0.30 | 74.75 | 0.29 | 0.58 |
| Hex | A4 | B3 | 76 | 8 | 0 | 22 | 1E | 4B | 1D | 3A |
| Octal | 244 | 263 | 166 | 10 | 0 | 42 | 36 | 113 | 35 | 72 |
| Binary | 10100100 | 10110011 | 1110110 | 1000 | 0 | 100010 | 11110 | 1001011 | 11101 | 111010 |
Color Harmonies of #A4B376
Complementary color
Monochromatic Colors of #A4B376
Black with #A4B376
Text Example
Text Example
White with #A4B376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B376; }
p { color: rgb(164,179,118); }
H1.HeaderClassName
{
color: #A4B376;
}
.AnyTagClassName
{
color: #A4B376;
}
</style>
background-color css
<style>
a { background-color: #A4B376; }
a { background-color: rgb(164,179,118); }
div.DivClassName
{
background-color: #A4B376;
}
.BgClassName
{
background-color: #A4B376;
}
</style>
border-color css
<style>
span { border-color: #A4B376; }
span { border-color: rgb(164,179,118); }
td.TdClassName
{
border-color: #A4B376;
}
.TagClassName
{
border-color: #A4B376;
}
</style>