Shades of Olivine #A2B175
Tints of Olivine #A2B175
RGB
CMYK
RGB Variations
Color information
#A2B175 (or 0xA2B175) is known color: Olivine. HEX triplet: A2, B1 and 75. RGB value is (162,177,117). Sum of RGB (Red+Green+Blue) = 162+177+117=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B175 is #5D4E8A. Grayscale: #A5A5A5. Windows color (decimal): -6114955 or 7713186. OLE color: 7713186.
HSL color Cylindrical-coordinate representation of color #A2B175: hue angle of 75º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2B175 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 177 | 117 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.31 |
| HSL | 75º | 0.28% | 0.58% | - |
| HSV(B) | 75º | 0.34% | 0.69% | - |
| XYZ | 33.83 | 40.41 | 22.85 | - |
| YUV | 165.68 | 100.53 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 177 | 117 | 0.08 | 0 | 0.34 | 0.31 | 75 | 0.28 | 0.58 |
| Hex | A2 | B1 | 75 | 8 | 0 | 22 | 1F | 4B | 1C | 3A |
| Octal | 242 | 261 | 165 | 10 | 0 | 42 | 37 | 113 | 34 | 72 |
| Binary | 10100010 | 10110001 | 1110101 | 1000 | 0 | 100010 | 11111 | 1001011 | 11100 | 111010 |
Color Harmonies of #A2B175
Complementary color
Monochromatic Colors of #A2B175
Black with #A2B175
Text Example
Text Example
White with #A2B175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B175; }
p { color: rgb(162,177,117); }
H1.HeaderClassName
{
color: #A2B175;
}
.AnyTagClassName
{
color: #A2B175;
}
</style>
background-color css
<style>
a { background-color: #A2B175; }
a { background-color: rgb(162,177,117); }
div.DivClassName
{
background-color: #A2B175;
}
.BgClassName
{
background-color: #A2B175;
}
</style>
border-color css
<style>
span { border-color: #A2B175; }
span { border-color: rgb(162,177,117); }
td.TdClassName
{
border-color: #A2B175;
}
.TagClassName
{
border-color: #A2B175;
}
</style>