Shades of Olivine #A1B57A
Tints of Olivine #A1B57A
RGB
CMYK
RGB Variations
Color information
#A1B57A (or 0xA1B57A) is known color: Olivine. HEX triplet: A1, B5 and 7A. RGB value is (161,181,122). Sum of RGB (Red+Green+Blue) = 161+181+122=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B57A is #5E4A85. Grayscale: #A8A8A8. Windows color (decimal): -6179462 or 8041889. OLE color: 8041889.
HSL color Cylindrical-coordinate representation of color #A1B57A: hue angle of 80.34º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1B57A is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 122 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.29 |
| HSL | 80.34º | 0.29% | 0.59% | - |
| HSV(B) | 80.34º | 0.33% | 0.71% | - |
| XYZ | 34.73 | 42.03 | 24.69 | - |
| YUV | 168.29 | 101.87 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 122 | 0.11 | 0 | 0.33 | 0.29 | 80.34 | 0.29 | 0.59 |
| Hex | A1 | B5 | 7A | B | 0 | 21 | 1D | 50 | 1D | 3B |
| Octal | 241 | 265 | 172 | 13 | 0 | 41 | 35 | 120 | 35 | 73 |
| Binary | 10100001 | 10110101 | 1111010 | 1011 | 0 | 100001 | 11101 | 1010000 | 11101 | 111011 |
Color Harmonies of #A1B57A
Complementary color
Monochromatic Colors of #A1B57A
Black with #A1B57A
Text Example
Text Example
White with #A1B57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B57A; }
p { color: rgb(161,181,122); }
H1.HeaderClassName
{
color: #A1B57A;
}
.AnyTagClassName
{
color: #A1B57A;
}
</style>
background-color css
<style>
a { background-color: #A1B57A; }
a { background-color: rgb(161,181,122); }
div.DivClassName
{
background-color: #A1B57A;
}
.BgClassName
{
background-color: #A1B57A;
}
</style>
border-color css
<style>
span { border-color: #A1B57A; }
span { border-color: rgb(161,181,122); }
td.TdClassName
{
border-color: #A1B57A;
}
.TagClassName
{
border-color: #A1B57A;
}
</style>