Shades of Olivine #A1B47A
Tints of Olivine #A1B47A
RGB
CMYK
RGB Variations
Color information
#A1B47A (or 0xA1B47A) is known color: Olivine. HEX triplet: A1, B4 and 7A. RGB value is (161,180,122). Sum of RGB (Red+Green+Blue) = 161+180+122=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B47A is #5E4B85. Grayscale: #A7A7A7. Windows color (decimal): -6179718 or 8041633. OLE color: 8041633.
HSL color Cylindrical-coordinate representation of color #A1B47A: hue angle of 79.66º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1B47A is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 180 | 122 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.29 |
| HSL | 79.66º | 0.28% | 0.59% | - |
| HSV(B) | 79.66º | 0.32% | 0.71% | - |
| XYZ | 34.53 | 41.62 | 24.63 | - |
| YUV | 167.71 | 102.21 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 180 | 122 | 0.11 | 0 | 0.32 | 0.29 | 79.66 | 0.28 | 0.59 |
| Hex | A1 | B4 | 7A | B | 0 | 20 | 1D | 50 | 1C | 3B |
| Octal | 241 | 264 | 172 | 13 | 0 | 40 | 35 | 120 | 34 | 73 |
| Binary | 10100001 | 10110100 | 1111010 | 1011 | 0 | 100000 | 11101 | 1010000 | 11100 | 111011 |
Color Harmonies of #A1B47A
Complementary color
Monochromatic Colors of #A1B47A
Black with #A1B47A
Text Example
Text Example
White with #A1B47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B47A; }
p { color: rgb(161,180,122); }
H1.HeaderClassName
{
color: #A1B47A;
}
.AnyTagClassName
{
color: #A1B47A;
}
</style>
background-color css
<style>
a { background-color: #A1B47A; }
a { background-color: rgb(161,180,122); }
div.DivClassName
{
background-color: #A1B47A;
}
.BgClassName
{
background-color: #A1B47A;
}
</style>
border-color css
<style>
span { border-color: #A1B47A; }
span { border-color: rgb(161,180,122); }
td.TdClassName
{
border-color: #A1B47A;
}
.TagClassName
{
border-color: #A1B47A;
}
</style>