Shades of Olivine #A1B07A
Tints of Olivine #A1B07A
RGB
CMYK
RGB Variations
Color information
#A1B07A (or 0xA1B07A) is known color: Olivine. HEX triplet: A1, B0 and 7A. RGB value is (161,176,122). Sum of RGB (Red+Green+Blue) = 161+176+122=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B07A is #5E4F85. Grayscale: #A5A5A5. Windows color (decimal): -6180742 or 8040609. OLE color: 8040609.
HSL color Cylindrical-coordinate representation of color #A1B07A: hue angle of 76.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1B07A is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 176 | 122 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.31 |
| HSL | 76.67º | 0.25% | 0.58% | - |
| HSV(B) | 76.67º | 0.31% | 0.69% | - |
| XYZ | 33.74 | 40.03 | 24.36 | - |
| YUV | 165.36 | 103.53 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 176 | 122 | 0.09 | 0 | 0.31 | 0.31 | 76.67 | 0.25 | 0.58 |
| Hex | A1 | B0 | 7A | 9 | 0 | 1F | 1F | 4D | 19 | 3A |
| Octal | 241 | 260 | 172 | 11 | 0 | 37 | 37 | 115 | 31 | 72 |
| Binary | 10100001 | 10110000 | 1111010 | 1001 | 0 | 11111 | 11111 | 1001101 | 11001 | 111010 |
Color Harmonies of #A1B07A
Complementary color
Monochromatic Colors of #A1B07A
Black with #A1B07A
Text Example
Text Example
White with #A1B07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B07A; }
p { color: rgb(161,176,122); }
H1.HeaderClassName
{
color: #A1B07A;
}
.AnyTagClassName
{
color: #A1B07A;
}
</style>
background-color css
<style>
a { background-color: #A1B07A; }
a { background-color: rgb(161,176,122); }
div.DivClassName
{
background-color: #A1B07A;
}
.BgClassName
{
background-color: #A1B07A;
}
</style>
border-color css
<style>
span { border-color: #A1B07A; }
span { border-color: rgb(161,176,122); }
td.TdClassName
{
border-color: #A1B07A;
}
.TagClassName
{
border-color: #A1B07A;
}
</style>