Shades of Olivine #A1BC7F
Tints of Olivine #A1BC7F
RGB
CMYK
RGB Variations
Color information
#A1BC7F (or 0xA1BC7F) is known color: Olivine. HEX triplet: A1, BC and 7F. RGB value is (161,188,127). Sum of RGB (Red+Green+Blue) = 161+188+127=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BC7F is #5E4380. Grayscale: #ADADAD. Windows color (decimal): -6177665 or 8371361. OLE color: 8371361.
HSL color Cylindrical-coordinate representation of color #A1BC7F: hue angle of 86.56º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1BC7F is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 127 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.26 |
| HSL | 86.56º | 0.31% | 0.62% | - |
| HSV(B) | 86.56º | 0.32% | 0.74% | - |
| XYZ | 36.51 | 45.08 | 26.85 | - |
| YUV | 172.97 | 102.05 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 127 | 0.14 | 0 | 0.32 | 0.26 | 86.56 | 0.31 | 0.62 |
| Hex | A1 | BC | 7F | E | 0 | 20 | 1A | 57 | 1F | 3E |
| Octal | 241 | 274 | 177 | 16 | 0 | 40 | 32 | 127 | 37 | 76 |
| Binary | 10100001 | 10111100 | 1111111 | 1110 | 0 | 100000 | 11010 | 1010111 | 11111 | 111110 |
Color Harmonies of #A1BC7F
Complementary color
Monochromatic Colors of #A1BC7F
Black with #A1BC7F
Text Example
Text Example
White with #A1BC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC7F; }
p { color: rgb(161,188,127); }
H1.HeaderClassName
{
color: #A1BC7F;
}
.AnyTagClassName
{
color: #A1BC7F;
}
</style>
background-color css
<style>
a { background-color: #A1BC7F; }
a { background-color: rgb(161,188,127); }
div.DivClassName
{
background-color: #A1BC7F;
}
.BgClassName
{
background-color: #A1BC7F;
}
</style>
border-color css
<style>
span { border-color: #A1BC7F; }
span { border-color: rgb(161,188,127); }
td.TdClassName
{
border-color: #A1BC7F;
}
.TagClassName
{
border-color: #A1BC7F;
}
</style>