Shades of Olivine #A1BC77
Tints of Olivine #A1BC77
RGB
CMYK
RGB Variations
Color information
#A1BC77 (or 0xA1BC77) is known color: Olivine. HEX triplet: A1, BC and 77. RGB value is (161,188,119). Sum of RGB (Red+Green+Blue) = 161+188+119=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BC77 is #5E4388. Grayscale: #ACACAC. Windows color (decimal): -6177673 or 7847073. OLE color: 7847073.
HSL color Cylindrical-coordinate representation of color #A1BC77: hue angle of 83.48º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1BC77 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 119 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.26 |
| HSL | 83.48º | 0.34% | 0.6% | - |
| HSV(B) | 83.48º | 0.37% | 0.74% | - |
| XYZ | 36.01 | 44.88 | 24.22 | - |
| YUV | 172.06 | 98.05 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 119 | 0.14 | 0 | 0.37 | 0.26 | 83.48 | 0.34 | 0.6 |
| Hex | A1 | BC | 77 | E | 0 | 25 | 1A | 53 | 22 | 3C |
| Octal | 241 | 274 | 167 | 16 | 0 | 45 | 32 | 123 | 42 | 74 |
| Binary | 10100001 | 10111100 | 1110111 | 1110 | 0 | 100101 | 11010 | 1010011 | 100010 | 111100 |
Color Harmonies of #A1BC77
Complementary color
Monochromatic Colors of #A1BC77
Black with #A1BC77
Text Example
Text Example
White with #A1BC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC77; }
p { color: rgb(161,188,119); }
H1.HeaderClassName
{
color: #A1BC77;
}
.AnyTagClassName
{
color: #A1BC77;
}
</style>
background-color css
<style>
a { background-color: #A1BC77; }
a { background-color: rgb(161,188,119); }
div.DivClassName
{
background-color: #A1BC77;
}
.BgClassName
{
background-color: #A1BC77;
}
</style>
border-color css
<style>
span { border-color: #A1BC77; }
span { border-color: rgb(161,188,119); }
td.TdClassName
{
border-color: #A1BC77;
}
.TagClassName
{
border-color: #A1BC77;
}
</style>