Shades of Olivine #A4B777
Tints of Olivine #A4B777
RGB
CMYK
RGB Variations
Color information
#A4B777 (or 0xA4B777) is known color: Olivine. HEX triplet: A4, B7 and 77. RGB value is (164,183,119). Sum of RGB (Red+Green+Blue) = 164+183+119=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B777 is #5B4888. Grayscale: #AAAAAA. Windows color (decimal): -5982345 or 7845796. OLE color: 7845796.
HSL color Cylindrical-coordinate representation of color #A4B777: hue angle of 77.81º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4B777 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 119 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.28 |
| HSL | 77.81º | 0.31% | 0.59% | - |
| HSV(B) | 77.81º | 0.35% | 0.72% | - |
| XYZ | 35.57 | 43.09 | 23.9 | - |
| YUV | 170.02 | 99.21 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 119 | 0.10 | 0 | 0.35 | 0.28 | 77.81 | 0.31 | 0.59 |
| Hex | A4 | B7 | 77 | A | 0 | 23 | 1C | 4E | 1F | 3B |
| Octal | 244 | 267 | 167 | 12 | 0 | 43 | 34 | 116 | 37 | 73 |
| Binary | 10100100 | 10110111 | 1110111 | 1010 | 0 | 100011 | 11100 | 1001110 | 11111 | 111011 |
Color Harmonies of #A4B777
Complementary color
Monochromatic Colors of #A4B777
Black with #A4B777
Text Example
Text Example
White with #A4B777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B777; }
p { color: rgb(164,183,119); }
H1.HeaderClassName
{
color: #A4B777;
}
.AnyTagClassName
{
color: #A4B777;
}
</style>
background-color css
<style>
a { background-color: #A4B777; }
a { background-color: rgb(164,183,119); }
div.DivClassName
{
background-color: #A4B777;
}
.BgClassName
{
background-color: #A4B777;
}
</style>
border-color css
<style>
span { border-color: #A4B777; }
span { border-color: rgb(164,183,119); }
td.TdClassName
{
border-color: #A4B777;
}
.TagClassName
{
border-color: #A4B777;
}
</style>