Shades of Olivine #A1B270
Tints of Olivine #A1B270
RGB
CMYK
RGB Variations
Color information
#A1B270 (or 0xA1B270) is known color: Olivine. HEX triplet: A1, B2 and 70. RGB value is (161,178,112). Sum of RGB (Red+Green+Blue) = 161+178+112=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B270 is #5E4D8F. Grayscale: #A5A5A5. Windows color (decimal): -6180240 or 7385761. OLE color: 7385761.
HSL color Cylindrical-coordinate representation of color #A1B270: hue angle of 75.45º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1B270 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 178 | 112 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.30 |
| HSL | 75.45º | 0.3% | 0.57% | - |
| HSV(B) | 75.45º | 0.37% | 0.7% | - |
| XYZ | 33.54 | 40.59 | 21.4 | - |
| YUV | 165.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 178 | 112 | 0.10 | 0 | 0.37 | 0.30 | 75.45 | 0.3 | 0.57 |
| Hex | A1 | B2 | 70 | A | 0 | 25 | 1E | 4B | 1E | 39 |
| Octal | 241 | 262 | 160 | 12 | 0 | 45 | 36 | 113 | 36 | 71 |
| Binary | 10100001 | 10110010 | 1110000 | 1010 | 0 | 100101 | 11110 | 1001011 | 11110 | 111001 |
Color Harmonies of #A1B270
Complementary color
Monochromatic Colors of #A1B270
Black with #A1B270
Text Example
Text Example
White with #A1B270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B270; }
p { color: rgb(161,178,112); }
H1.HeaderClassName
{
color: #A1B270;
}
.AnyTagClassName
{
color: #A1B270;
}
</style>
background-color css
<style>
a { background-color: #A1B270; }
a { background-color: rgb(161,178,112); }
div.DivClassName
{
background-color: #A1B270;
}
.BgClassName
{
background-color: #A1B270;
}
</style>
border-color css
<style>
span { border-color: #A1B270; }
span { border-color: rgb(161,178,112); }
td.TdClassName
{
border-color: #A1B270;
}
.TagClassName
{
border-color: #A1B270;
}
</style>