Shades of Olivine #A1BE77
Tints of Olivine #A1BE77
RGB
CMYK
RGB Variations
Color information
#A1BE77 (or 0xA1BE77) is known color: Olivine. HEX triplet: A1, BE and 77. RGB value is (161,190,119). Sum of RGB (Red+Green+Blue) = 161+190+119=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BE77 is #5E4188. Grayscale: #ADADAD. Windows color (decimal): -6177161 or 7847585. OLE color: 7847585.
HSL color Cylindrical-coordinate representation of color #A1BE77: hue angle of 84.51º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1BE77 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 119 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.25 |
| HSL | 84.51º | 0.35% | 0.61% | - |
| HSV(B) | 84.51º | 0.37% | 0.75% | - |
| XYZ | 36.44 | 45.74 | 24.36 | - |
| YUV | 173.24 | 97.39 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 119 | 0.15 | 0 | 0.37 | 0.25 | 84.51 | 0.35 | 0.61 |
| Hex | A1 | BE | 77 | F | 0 | 25 | 19 | 55 | 23 | 3D |
| Octal | 241 | 276 | 167 | 17 | 0 | 45 | 31 | 125 | 43 | 75 |
| Binary | 10100001 | 10111110 | 1110111 | 1111 | 0 | 100101 | 11001 | 1010101 | 100011 | 111101 |
Color Harmonies of #A1BE77
Complementary color
Monochromatic Colors of #A1BE77
Black with #A1BE77
Text Example
Text Example
White with #A1BE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BE77; }
p { color: rgb(161,190,119); }
H1.HeaderClassName
{
color: #A1BE77;
}
.AnyTagClassName
{
color: #A1BE77;
}
</style>
background-color css
<style>
a { background-color: #A1BE77; }
a { background-color: rgb(161,190,119); }
div.DivClassName
{
background-color: #A1BE77;
}
.BgClassName
{
background-color: #A1BE77;
}
</style>
border-color css
<style>
span { border-color: #A1BE77; }
span { border-color: rgb(161,190,119); }
td.TdClassName
{
border-color: #A1BE77;
}
.TagClassName
{
border-color: #A1BE77;
}
</style>