Shades of Olivine #A1B57B
Tints of Olivine #A1B57B
RGB
CMYK
RGB Variations
Color information
#A1B57B (or 0xA1B57B) is known color: Olivine. HEX triplet: A1, B5 and 7B. RGB value is (161,181,123). Sum of RGB (Red+Green+Blue) = 161+181+123=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B57B is #5E4A84. Grayscale: #A8A8A8. Windows color (decimal): -6179461 or 8107425. OLE color: 8107425.
HSL color Cylindrical-coordinate representation of color #A1B57B: hue angle of 80.69º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1B57B is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 123 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.29 |
| HSL | 80.69º | 0.28% | 0.6% | - |
| HSV(B) | 80.69º | 0.32% | 0.71% | - |
| XYZ | 34.8 | 42.05 | 25.02 | - |
| YUV | 168.41 | 102.37 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 123 | 0.11 | 0 | 0.32 | 0.29 | 80.69 | 0.28 | 0.6 |
| Hex | A1 | B5 | 7B | B | 0 | 20 | 1D | 51 | 1C | 3C |
| Octal | 241 | 265 | 173 | 13 | 0 | 40 | 35 | 121 | 34 | 74 |
| Binary | 10100001 | 10110101 | 1111011 | 1011 | 0 | 100000 | 11101 | 1010001 | 11100 | 111100 |
Color Harmonies of #A1B57B
Complementary color
Monochromatic Colors of #A1B57B
Black with #A1B57B
Text Example
Text Example
White with #A1B57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B57B; }
p { color: rgb(161,181,123); }
H1.HeaderClassName
{
color: #A1B57B;
}
.AnyTagClassName
{
color: #A1B57B;
}
</style>
background-color css
<style>
a { background-color: #A1B57B; }
a { background-color: rgb(161,181,123); }
div.DivClassName
{
background-color: #A1B57B;
}
.BgClassName
{
background-color: #A1B57B;
}
</style>
border-color css
<style>
span { border-color: #A1B57B; }
span { border-color: rgb(161,181,123); }
td.TdClassName
{
border-color: #A1B57B;
}
.TagClassName
{
border-color: #A1B57B;
}
</style>