Shades of Olivine #9AAF80
Tints of Olivine #9AAF80
RGB
CMYK
RGB Variations
Color information
#9AAF80 (or 0x9AAF80) is known color: Olivine. HEX triplet: 9A, AF and 80. RGB value is (154,175,128). Sum of RGB (Red+Green+Blue) = 154+175+128=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAF80 is #65507F. Grayscale: #A3A3A3. Windows color (decimal): -6639744 or 8433562. OLE color: 8433562.
HSL color Cylindrical-coordinate representation of color #9AAF80: hue angle of 86.81º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AAF80 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 128 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.31 |
| HSL | 86.81º | 0.23% | 0.59% | - |
| HSV(B) | 86.81º | 0.27% | 0.69% | - |
| XYZ | 32.55 | 39.09 | 26.25 | - |
| YUV | 163.36 | 108.04 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 128 | 0.12 | 0 | 0.27 | 0.31 | 86.81 | 0.23 | 0.59 |
| Hex | 9A | AF | 80 | C | 0 | 1B | 1F | 57 | 17 | 3B |
| Octal | 232 | 257 | 200 | 14 | 0 | 33 | 37 | 127 | 27 | 73 |
| Binary | 10011010 | 10101111 | 10000000 | 1100 | 0 | 11011 | 11111 | 1010111 | 10111 | 111011 |
Color Harmonies of #9AAF80
Complementary color
Monochromatic Colors of #9AAF80
Black with #9AAF80
Text Example
Text Example
White with #9AAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAF80; }
p { color: rgb(154,175,128); }
H1.HeaderClassName
{
color: #9AAF80;
}
.AnyTagClassName
{
color: #9AAF80;
}
</style>
background-color css
<style>
a { background-color: #9AAF80; }
a { background-color: rgb(154,175,128); }
div.DivClassName
{
background-color: #9AAF80;
}
.BgClassName
{
background-color: #9AAF80;
}
</style>
border-color css
<style>
span { border-color: #9AAF80; }
span { border-color: rgb(154,175,128); }
td.TdClassName
{
border-color: #9AAF80;
}
.TagClassName
{
border-color: #9AAF80;
}
</style>