Shades of Olivine #A1B66B
Tints of Olivine #A1B66B
RGB
CMYK
RGB Variations
Color information
#A1B66B (or 0xA1B66B) is known color: Olivine. HEX triplet: A1, B6 and 6B. RGB value is (161,182,107). Sum of RGB (Red+Green+Blue) = 161+182+107=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B66B is #5E4994. Grayscale: #A7A7A7. Windows color (decimal): -6179221 or 7059105. OLE color: 7059105.
HSL color Cylindrical-coordinate representation of color #A1B66B: hue angle of 76.8º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1B66B is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 182 | 107 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.29 |
| HSL | 76.8º | 0.34% | 0.57% | - |
| HSV(B) | 76.8º | 0.41% | 0.71% | - |
| XYZ | 34.08 | 42.09 | 20.24 | - |
| YUV | 167.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 182 | 107 | 0.12 | 0 | 0.41 | 0.29 | 76.8 | 0.34 | 0.57 |
| Hex | A1 | B6 | 6B | C | 0 | 29 | 1D | 4D | 22 | 39 |
| Octal | 241 | 266 | 153 | 14 | 0 | 51 | 35 | 115 | 42 | 71 |
| Binary | 10100001 | 10110110 | 1101011 | 1100 | 0 | 101001 | 11101 | 1001101 | 100010 | 111001 |
Color Harmonies of #A1B66B
Complementary color
Monochromatic Colors of #A1B66B
Black with #A1B66B
Text Example
Text Example
White with #A1B66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B66B; }
p { color: rgb(161,182,107); }
H1.HeaderClassName
{
color: #A1B66B;
}
.AnyTagClassName
{
color: #A1B66B;
}
</style>
background-color css
<style>
a { background-color: #A1B66B; }
a { background-color: rgb(161,182,107); }
div.DivClassName
{
background-color: #A1B66B;
}
.BgClassName
{
background-color: #A1B66B;
}
</style>
border-color css
<style>
span { border-color: #A1B66B; }
span { border-color: rgb(161,182,107); }
td.TdClassName
{
border-color: #A1B66B;
}
.TagClassName
{
border-color: #A1B66B;
}
</style>