Shades of Olivine #A1B77B
Tints of Olivine #A1B77B
RGB
CMYK
RGB Variations
Color information
#A1B77B (or 0xA1B77B) is known color: Olivine. HEX triplet: A1, B7 and 7B. RGB value is (161,183,123). Sum of RGB (Red+Green+Blue) = 161+183+123=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B77B is #5E4884. Grayscale: #A9A9A9. Windows color (decimal): -6178949 or 8107937. OLE color: 8107937.
HSL color Cylindrical-coordinate representation of color #A1B77B: hue angle of 82º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1B77B is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 183 | 123 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.28 |
| HSL | 82º | 0.29% | 0.6% | - |
| HSV(B) | 82º | 0.33% | 0.72% | - |
| XYZ | 35.21 | 42.87 | 25.16 | - |
| YUV | 169.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 123 | 0.12 | 0 | 0.33 | 0.28 | 82 | 0.29 | 0.6 |
| Hex | A1 | B7 | 7B | C | 0 | 21 | 1C | 52 | 1D | 3C |
| Octal | 241 | 267 | 173 | 14 | 0 | 41 | 34 | 122 | 35 | 74 |
| Binary | 10100001 | 10110111 | 1111011 | 1100 | 0 | 100001 | 11100 | 1010010 | 11101 | 111100 |
Color Harmonies of #A1B77B
Complementary color
Monochromatic Colors of #A1B77B
Black with #A1B77B
Text Example
Text Example
White with #A1B77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B77B; }
p { color: rgb(161,183,123); }
H1.HeaderClassName
{
color: #A1B77B;
}
.AnyTagClassName
{
color: #A1B77B;
}
</style>
background-color css
<style>
a { background-color: #A1B77B; }
a { background-color: rgb(161,183,123); }
div.DivClassName
{
background-color: #A1B77B;
}
.BgClassName
{
background-color: #A1B77B;
}
</style>
border-color css
<style>
span { border-color: #A1B77B; }
span { border-color: rgb(161,183,123); }
td.TdClassName
{
border-color: #A1B77B;
}
.TagClassName
{
border-color: #A1B77B;
}
</style>