Shades of Olivine #A1B877
Tints of Olivine #A1B877
RGB
CMYK
RGB Variations
Color information
#A1B877 (or 0xA1B877) is known color: Olivine. HEX triplet: A1, B8 and 77. RGB value is (161,184,119). Sum of RGB (Red+Green+Blue) = 161+184+119=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B877 is #5E4788. Grayscale: #A9A9A9. Windows color (decimal): -6178697 or 7846049. OLE color: 7846049.
HSL color Cylindrical-coordinate representation of color #A1B877: hue angle of 81.23º 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 #A1B877 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 184 | 119 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.28 |
| HSL | 81.23º | 0.31% | 0.59% | - |
| HSV(B) | 81.23º | 0.35% | 0.72% | - |
| XYZ | 35.17 | 43.19 | 23.94 | - |
| YUV | 169.71 | 99.38 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 184 | 119 | 0.12 | 0 | 0.35 | 0.28 | 81.23 | 0.31 | 0.59 |
| Hex | A1 | B8 | 77 | C | 0 | 23 | 1C | 51 | 1F | 3B |
| Octal | 241 | 270 | 167 | 14 | 0 | 43 | 34 | 121 | 37 | 73 |
| Binary | 10100001 | 10111000 | 1110111 | 1100 | 0 | 100011 | 11100 | 1010001 | 11111 | 111011 |
Color Harmonies of #A1B877
Complementary color
Monochromatic Colors of #A1B877
Black with #A1B877
Text Example
Text Example
White with #A1B877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B877; }
p { color: rgb(161,184,119); }
H1.HeaderClassName
{
color: #A1B877;
}
.AnyTagClassName
{
color: #A1B877;
}
</style>
background-color css
<style>
a { background-color: #A1B877; }
a { background-color: rgb(161,184,119); }
div.DivClassName
{
background-color: #A1B877;
}
.BgClassName
{
background-color: #A1B877;
}
</style>
border-color css
<style>
span { border-color: #A1B877; }
span { border-color: rgb(161,184,119); }
td.TdClassName
{
border-color: #A1B877;
}
.TagClassName
{
border-color: #A1B877;
}
</style>