Shades of Olivine #A0AF7A
Tints of Olivine #A0AF7A
RGB
CMYK
RGB Variations
Color information
#A0AF7A (or 0xA0AF7A) is known color: Olivine. HEX triplet: A0, AF and 7A. RGB value is (160,175,122). Sum of RGB (Red+Green+Blue) = 160+175+122=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF7A is #5F5085. Grayscale: #A4A4A4. Windows color (decimal): -6246534 or 8040352. OLE color: 8040352.
HSL color Cylindrical-coordinate representation of color #A0AF7A: hue angle of 76.98º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0AF7A is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 122 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.31 |
| HSL | 76.98º | 0.25% | 0.58% | - |
| HSV(B) | 76.98º | 0.3% | 0.69% | - |
| XYZ | 33.34 | 39.54 | 24.29 | - |
| YUV | 164.47 | 104.03 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 122 | 0.09 | 0 | 0.30 | 0.31 | 76.98 | 0.25 | 0.58 |
| Hex | A0 | AF | 7A | 9 | 0 | 1E | 1F | 4D | 19 | 3A |
| Octal | 240 | 257 | 172 | 11 | 0 | 36 | 37 | 115 | 31 | 72 |
| Binary | 10100000 | 10101111 | 1111010 | 1001 | 0 | 11110 | 11111 | 1001101 | 11001 | 111010 |
Color Harmonies of #A0AF7A
Complementary color
Monochromatic Colors of #A0AF7A
Black with #A0AF7A
Text Example
Text Example
White with #A0AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF7A; }
p { color: rgb(160,175,122); }
H1.HeaderClassName
{
color: #A0AF7A;
}
.AnyTagClassName
{
color: #A0AF7A;
}
</style>
background-color css
<style>
a { background-color: #A0AF7A; }
a { background-color: rgb(160,175,122); }
div.DivClassName
{
background-color: #A0AF7A;
}
.BgClassName
{
background-color: #A0AF7A;
}
</style>
border-color css
<style>
span { border-color: #A0AF7A; }
span { border-color: rgb(160,175,122); }
td.TdClassName
{
border-color: #A0AF7A;
}
.TagClassName
{
border-color: #A0AF7A;
}
</style>