Shades of Olivine #A4B776
Tints of Olivine #A4B776
RGB
CMYK
RGB Variations
Color information
#A4B776 (or 0xA4B776) is known color: Olivine. HEX triplet: A4, B7 and 76. RGB value is (164,183,118). Sum of RGB (Red+Green+Blue) = 164+183+118=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B776 is #5B4889. Grayscale: #AAAAAA. Windows color (decimal): -5982346 or 7780260. OLE color: 7780260.
HSL color Cylindrical-coordinate representation of color #A4B776: hue angle of 77.54º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4B776 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 118 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.28 |
| HSL | 77.54º | 0.31% | 0.59% | - |
| HSV(B) | 77.54º | 0.36% | 0.72% | - |
| XYZ | 35.51 | 43.07 | 23.58 | - |
| YUV | 169.91 | 98.71 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 118 | 0.10 | 0 | 0.36 | 0.28 | 77.54 | 0.31 | 0.59 |
| Hex | A4 | B7 | 76 | A | 0 | 24 | 1C | 4E | 1F | 3B |
| Octal | 244 | 267 | 166 | 12 | 0 | 44 | 34 | 116 | 37 | 73 |
| Binary | 10100100 | 10110111 | 1110110 | 1010 | 0 | 100100 | 11100 | 1001110 | 11111 | 111011 |
Color Harmonies of #A4B776
Complementary color
Monochromatic Colors of #A4B776
Black with #A4B776
Text Example
Text Example
White with #A4B776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B776; }
p { color: rgb(164,183,118); }
H1.HeaderClassName
{
color: #A4B776;
}
.AnyTagClassName
{
color: #A4B776;
}
</style>
background-color css
<style>
a { background-color: #A4B776; }
a { background-color: rgb(164,183,118); }
div.DivClassName
{
background-color: #A4B776;
}
.BgClassName
{
background-color: #A4B776;
}
</style>
border-color css
<style>
span { border-color: #A4B776; }
span { border-color: rgb(164,183,118); }
td.TdClassName
{
border-color: #A4B776;
}
.TagClassName
{
border-color: #A4B776;
}
</style>