Shades of Olivine #A1B77D
Tints of Olivine #A1B77D
RGB
CMYK
RGB Variations
Color information
#A1B77D (or 0xA1B77D) is known color: Olivine. HEX triplet: A1, B7 and 7D. RGB value is (161,183,125). Sum of RGB (Red+Green+Blue) = 161+183+125=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B77D is #5E4882. Grayscale: #AAAAAA. Windows color (decimal): -6178947 or 8239009. OLE color: 8239009.
HSL color Cylindrical-coordinate representation of color #A1B77D: hue angle of 82.76º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1B77D is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 183 | 125 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.28 |
| HSL | 82.76º | 0.29% | 0.6% | - |
| HSV(B) | 82.76º | 0.32% | 0.72% | - |
| XYZ | 35.33 | 42.92 | 25.83 | - |
| YUV | 169.81 | 102.71 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 125 | 0.12 | 0 | 0.32 | 0.28 | 82.76 | 0.29 | 0.6 |
| Hex | A1 | B7 | 7D | C | 0 | 20 | 1C | 53 | 1D | 3C |
| Octal | 241 | 267 | 175 | 14 | 0 | 40 | 34 | 123 | 35 | 74 |
| Binary | 10100001 | 10110111 | 1111101 | 1100 | 0 | 100000 | 11100 | 1010011 | 11101 | 111100 |
Color Harmonies of #A1B77D
Complementary color
Monochromatic Colors of #A1B77D
Black with #A1B77D
Text Example
Text Example
White with #A1B77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B77D; }
p { color: rgb(161,183,125); }
H1.HeaderClassName
{
color: #A1B77D;
}
.AnyTagClassName
{
color: #A1B77D;
}
</style>
background-color css
<style>
a { background-color: #A1B77D; }
a { background-color: rgb(161,183,125); }
div.DivClassName
{
background-color: #A1B77D;
}
.BgClassName
{
background-color: #A1B77D;
}
</style>
border-color css
<style>
span { border-color: #A1B77D; }
span { border-color: rgb(161,183,125); }
td.TdClassName
{
border-color: #A1B77D;
}
.TagClassName
{
border-color: #A1B77D;
}
</style>