Shades of Olivine #A0B777
Tints of Olivine #A0B777
RGB
CMYK
RGB Variations
Color information
#A0B777 (or 0xA0B777) is known color: Olivine. HEX triplet: A0, B7 and 77. RGB value is (160,183,119). Sum of RGB (Red+Green+Blue) = 160+183+119=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B777 is #5F4888. Grayscale: #A9A9A9. Windows color (decimal): -6244489 or 7845792. OLE color: 7845792.
HSL color Cylindrical-coordinate representation of color #A0B777: hue angle of 81.56º 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 #A0B777 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 183 | 119 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.28 |
| HSL | 81.56º | 0.31% | 0.59% | - |
| HSV(B) | 81.56º | 0.35% | 0.72% | - |
| XYZ | 34.76 | 42.67 | 23.86 | - |
| YUV | 168.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 119 | 0.13 | 0 | 0.35 | 0.28 | 81.56 | 0.31 | 0.59 |
| Hex | A0 | B7 | 77 | D | 0 | 23 | 1C | 52 | 1F | 3B |
| Octal | 240 | 267 | 167 | 15 | 0 | 43 | 34 | 122 | 37 | 73 |
| Binary | 10100000 | 10110111 | 1110111 | 1101 | 0 | 100011 | 11100 | 1010010 | 11111 | 111011 |
Color Harmonies of #A0B777
Complementary color
Monochromatic Colors of #A0B777
Black with #A0B777
Text Example
Text Example
White with #A0B777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B777; }
p { color: rgb(160,183,119); }
H1.HeaderClassName
{
color: #A0B777;
}
.AnyTagClassName
{
color: #A0B777;
}
</style>
background-color css
<style>
a { background-color: #A0B777; }
a { background-color: rgb(160,183,119); }
div.DivClassName
{
background-color: #A0B777;
}
.BgClassName
{
background-color: #A0B777;
}
</style>
border-color css
<style>
span { border-color: #A0B777; }
span { border-color: rgb(160,183,119); }
td.TdClassName
{
border-color: #A0B777;
}
.TagClassName
{
border-color: #A0B777;
}
</style>