Shades of Olivine #A1B377
Tints of Olivine #A1B377
RGB
CMYK
RGB Variations
Color information
#A1B377 (or 0xA1B377) is known color: Olivine. HEX triplet: A1, B3 and 77. RGB value is (161,179,119). Sum of RGB (Red+Green+Blue) = 161+179+119=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B377 is #5E4C88. Grayscale: #A7A7A7. Windows color (decimal): -6179977 or 7844769. OLE color: 7844769.
HSL color Cylindrical-coordinate representation of color #A1B377: hue angle of 78º degrees, saturation: 0.28, 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 #A1B377 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 179 | 119 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.30 |
| HSL | 78º | 0.28% | 0.58% | - |
| HSV(B) | 78º | 0.34% | 0.7% | - |
| XYZ | 34.15 | 41.15 | 23.6 | - |
| YUV | 166.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 119 | 0.10 | 0 | 0.34 | 0.30 | 78 | 0.28 | 0.58 |
| Hex | A1 | B3 | 77 | A | 0 | 22 | 1E | 4E | 1C | 3A |
| Octal | 241 | 263 | 167 | 12 | 0 | 42 | 36 | 116 | 34 | 72 |
| Binary | 10100001 | 10110011 | 1110111 | 1010 | 0 | 100010 | 11110 | 1001110 | 11100 | 111010 |
Color Harmonies of #A1B377
Complementary color
Monochromatic Colors of #A1B377
Black with #A1B377
Text Example
Text Example
White with #A1B377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B377; }
p { color: rgb(161,179,119); }
H1.HeaderClassName
{
color: #A1B377;
}
.AnyTagClassName
{
color: #A1B377;
}
</style>
background-color css
<style>
a { background-color: #A1B377; }
a { background-color: rgb(161,179,119); }
div.DivClassName
{
background-color: #A1B377;
}
.BgClassName
{
background-color: #A1B377;
}
</style>
border-color css
<style>
span { border-color: #A1B377; }
span { border-color: rgb(161,179,119); }
td.TdClassName
{
border-color: #A1B377;
}
.TagClassName
{
border-color: #A1B377;
}
</style>