Shades of Olivine #A1B179
Tints of Olivine #A1B179
RGB
CMYK
RGB Variations
Color information
#A1B179 (or 0xA1B179) is known color: Olivine. HEX triplet: A1, B1 and 79. RGB value is (161,177,121). Sum of RGB (Red+Green+Blue) = 161+177+121=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B179 is #5E4E86. Grayscale: #A6A6A6. Windows color (decimal): -6180487 or 7975329. OLE color: 7975329.
HSL color Cylindrical-coordinate representation of color #A1B179: hue angle of 77.14º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1B179 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 177 | 121 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.31 |
| HSL | 77.14º | 0.26% | 0.58% | - |
| HSV(B) | 77.14º | 0.32% | 0.69% | - |
| XYZ | 33.87 | 40.4 | 24.1 | - |
| YUV | 165.83 | 102.7 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 177 | 121 | 0.09 | 0 | 0.32 | 0.31 | 77.14 | 0.26 | 0.58 |
| Hex | A1 | B1 | 79 | 9 | 0 | 20 | 1F | 4D | 1A | 3A |
| Octal | 241 | 261 | 171 | 11 | 0 | 40 | 37 | 115 | 32 | 72 |
| Binary | 10100001 | 10110001 | 1111001 | 1001 | 0 | 100000 | 11111 | 1001101 | 11010 | 111010 |
Color Harmonies of #A1B179
Complementary color
Monochromatic Colors of #A1B179
Black with #A1B179
Text Example
Text Example
White with #A1B179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B179; }
p { color: rgb(161,177,121); }
H1.HeaderClassName
{
color: #A1B179;
}
.AnyTagClassName
{
color: #A1B179;
}
</style>
background-color css
<style>
a { background-color: #A1B179; }
a { background-color: rgb(161,177,121); }
div.DivClassName
{
background-color: #A1B179;
}
.BgClassName
{
background-color: #A1B179;
}
</style>
border-color css
<style>
span { border-color: #A1B179; }
span { border-color: rgb(161,177,121); }
td.TdClassName
{
border-color: #A1B179;
}
.TagClassName
{
border-color: #A1B179;
}
</style>