Shades of Olivine #A1B17E
Tints of Olivine #A1B17E
RGB
CMYK
RGB Variations
Color information
#A1B17E (or 0xA1B17E) is known color: Olivine. HEX triplet: A1, B1 and 7E. RGB value is (161,177,126). Sum of RGB (Red+Green+Blue) = 161+177+126=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B17E is #5E4E81. Grayscale: #A6A6A6. Windows color (decimal): -6180482 or 8303009. OLE color: 8303009.
HSL color Cylindrical-coordinate representation of color #A1B17E: hue angle of 78.82º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1B17E is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 177 | 126 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.31 |
| HSL | 78.82º | 0.25% | 0.59% | - |
| HSV(B) | 78.82º | 0.29% | 0.69% | - |
| XYZ | 34.19 | 40.53 | 25.76 | - |
| YUV | 166.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 177 | 126 | 0.09 | 0 | 0.29 | 0.31 | 78.82 | 0.25 | 0.59 |
| Hex | A1 | B1 | 7E | 9 | 0 | 1D | 1F | 4F | 19 | 3B |
| Octal | 241 | 261 | 176 | 11 | 0 | 35 | 37 | 117 | 31 | 73 |
| Binary | 10100001 | 10110001 | 1111110 | 1001 | 0 | 11101 | 11111 | 1001111 | 11001 | 111011 |
Color Harmonies of #A1B17E
Complementary color
Monochromatic Colors of #A1B17E
Black with #A1B17E
Text Example
Text Example
White with #A1B17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B17E; }
p { color: rgb(161,177,126); }
H1.HeaderClassName
{
color: #A1B17E;
}
.AnyTagClassName
{
color: #A1B17E;
}
</style>
background-color css
<style>
a { background-color: #A1B17E; }
a { background-color: rgb(161,177,126); }
div.DivClassName
{
background-color: #A1B17E;
}
.BgClassName
{
background-color: #A1B17E;
}
</style>
border-color css
<style>
span { border-color: #A1B17E; }
span { border-color: rgb(161,177,126); }
td.TdClassName
{
border-color: #A1B17E;
}
.TagClassName
{
border-color: #A1B17E;
}
</style>