Shades of Olivine #A0AF7E
Tints of Olivine #A0AF7E
RGB
CMYK
RGB Variations
Color information
#A0AF7E (or 0xA0AF7E) is known color: Olivine. HEX triplet: A0, AF and 7E. RGB value is (160,175,126). Sum of RGB (Red+Green+Blue) = 160+175+126=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF7E is #5F5081. Grayscale: #A5A5A5. Windows color (decimal): -6246530 or 8302496. OLE color: 8302496.
HSL color Cylindrical-coordinate representation of color #A0AF7E: hue angle of 78.37º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0AF7E is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 126 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.31 |
| HSL | 78.37º | 0.23% | 0.59% | - |
| HSV(B) | 78.37º | 0.28% | 0.69% | - |
| XYZ | 33.59 | 39.64 | 25.62 | - |
| YUV | 164.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 126 | 0.09 | 0 | 0.28 | 0.31 | 78.37 | 0.23 | 0.59 |
| Hex | A0 | AF | 7E | 9 | 0 | 1C | 1F | 4E | 17 | 3B |
| Octal | 240 | 257 | 176 | 11 | 0 | 34 | 37 | 116 | 27 | 73 |
| Binary | 10100000 | 10101111 | 1111110 | 1001 | 0 | 11100 | 11111 | 1001110 | 10111 | 111011 |
Color Harmonies of #A0AF7E
Complementary color
Monochromatic Colors of #A0AF7E
Black with #A0AF7E
Text Example
Text Example
White with #A0AF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF7E; }
p { color: rgb(160,175,126); }
H1.HeaderClassName
{
color: #A0AF7E;
}
.AnyTagClassName
{
color: #A0AF7E;
}
</style>
background-color css
<style>
a { background-color: #A0AF7E; }
a { background-color: rgb(160,175,126); }
div.DivClassName
{
background-color: #A0AF7E;
}
.BgClassName
{
background-color: #A0AF7E;
}
</style>
border-color css
<style>
span { border-color: #A0AF7E; }
span { border-color: rgb(160,175,126); }
td.TdClassName
{
border-color: #A0AF7E;
}
.TagClassName
{
border-color: #A0AF7E;
}
</style>