Shades of Olivine #A1B581
Tints of Olivine #A1B581
RGB
CMYK
RGB Variations
Color information
#A1B581 (or 0xA1B581) is known color: Olivine. HEX triplet: A1, B5 and 81. RGB value is (161,181,129). Sum of RGB (Red+Green+Blue) = 161+181+129=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B581 is #5E4A7E. Grayscale: #A9A9A9. Windows color (decimal): -6179455 or 8500641. OLE color: 8500641.
HSL color Cylindrical-coordinate representation of color #A1B581: hue angle of 83.08º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1B581 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 129 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.29 |
| HSL | 83.08º | 0.26% | 0.61% | - |
| HSV(B) | 83.08º | 0.29% | 0.71% | - |
| XYZ | 35.18 | 42.21 | 27.06 | - |
| YUV | 169.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 129 | 0.11 | 0 | 0.29 | 0.29 | 83.08 | 0.26 | 0.61 |
| Hex | A1 | B5 | 81 | B | 0 | 1D | 1D | 53 | 1A | 3D |
| Octal | 241 | 265 | 201 | 13 | 0 | 35 | 35 | 123 | 32 | 75 |
| Binary | 10100001 | 10110101 | 10000001 | 1011 | 0 | 11101 | 11101 | 1010011 | 11010 | 111101 |
Color Harmonies of #A1B581
Complementary color
Monochromatic Colors of #A1B581
Black with #A1B581
Text Example
Text Example
White with #A1B581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B581; }
p { color: rgb(161,181,129); }
H1.HeaderClassName
{
color: #A1B581;
}
.AnyTagClassName
{
color: #A1B581;
}
</style>
background-color css
<style>
a { background-color: #A1B581; }
a { background-color: rgb(161,181,129); }
div.DivClassName
{
background-color: #A1B581;
}
.BgClassName
{
background-color: #A1B581;
}
</style>
border-color css
<style>
span { border-color: #A1B581; }
span { border-color: rgb(161,181,129); }
td.TdClassName
{
border-color: #A1B581;
}
.TagClassName
{
border-color: #A1B581;
}
</style>