Shades of Olivine #A1B77F
Tints of Olivine #A1B77F
RGB
CMYK
RGB Variations
Color information
#A1B77F (or 0xA1B77F) is known color: Olivine. HEX triplet: A1, B7 and 7F. RGB value is (161,183,127). Sum of RGB (Red+Green+Blue) = 161+183+127=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B77F is #5E4880. Grayscale: #AAAAAA. Windows color (decimal): -6178945 or 8370081. OLE color: 8370081.
HSL color Cylindrical-coordinate representation of color #A1B77F: hue angle of 83.57º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1B77F is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 183 | 127 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.28 |
| HSL | 83.57º | 0.28% | 0.61% | - |
| HSV(B) | 83.57º | 0.31% | 0.72% | - |
| XYZ | 35.46 | 42.98 | 26.5 | - |
| YUV | 170.04 | 103.71 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 127 | 0.12 | 0 | 0.31 | 0.28 | 83.57 | 0.28 | 0.61 |
| Hex | A1 | B7 | 7F | C | 0 | 1F | 1C | 54 | 1C | 3D |
| Octal | 241 | 267 | 177 | 14 | 0 | 37 | 34 | 124 | 34 | 75 |
| Binary | 10100001 | 10110111 | 1111111 | 1100 | 0 | 11111 | 11100 | 1010100 | 11100 | 111101 |
Color Harmonies of #A1B77F
Complementary color
Monochromatic Colors of #A1B77F
Black with #A1B77F
Text Example
Text Example
White with #A1B77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B77F; }
p { color: rgb(161,183,127); }
H1.HeaderClassName
{
color: #A1B77F;
}
.AnyTagClassName
{
color: #A1B77F;
}
</style>
background-color css
<style>
a { background-color: #A1B77F; }
a { background-color: rgb(161,183,127); }
div.DivClassName
{
background-color: #A1B77F;
}
.BgClassName
{
background-color: #A1B77F;
}
</style>
border-color css
<style>
span { border-color: #A1B77F; }
span { border-color: rgb(161,183,127); }
td.TdClassName
{
border-color: #A1B77F;
}
.TagClassName
{
border-color: #A1B77F;
}
</style>