Shades of Olivine #9AAF76
Tints of Olivine #9AAF76
RGB
CMYK
RGB Variations
Color information
#9AAF76 (or 0x9AAF76) is known color: Olivine. HEX triplet: 9A, AF and 76. RGB value is (154,175,118). Sum of RGB (Red+Green+Blue) = 154+175+118=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAF76 is #655089. Grayscale: #A2A2A2. Windows color (decimal): -6639754 or 7778202. OLE color: 7778202.
HSL color Cylindrical-coordinate representation of color #9AAF76: hue angle of 82.11º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AAF76 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 118 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.31 |
| HSL | 82.11º | 0.26% | 0.57% | - |
| HSV(B) | 82.11º | 0.33% | 0.69% | - |
| XYZ | 31.93 | 38.84 | 22.95 | - |
| YUV | 162.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 118 | 0.12 | 0 | 0.33 | 0.31 | 82.11 | 0.26 | 0.57 |
| Hex | 9A | AF | 76 | C | 0 | 21 | 1F | 52 | 1A | 39 |
| Octal | 232 | 257 | 166 | 14 | 0 | 41 | 37 | 122 | 32 | 71 |
| Binary | 10011010 | 10101111 | 1110110 | 1100 | 0 | 100001 | 11111 | 1010010 | 11010 | 111001 |
Color Harmonies of #9AAF76
Complementary color
Monochromatic Colors of #9AAF76
Black with #9AAF76
Text Example
Text Example
White with #9AAF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAF76; }
p { color: rgb(154,175,118); }
H1.HeaderClassName
{
color: #9AAF76;
}
.AnyTagClassName
{
color: #9AAF76;
}
</style>
background-color css
<style>
a { background-color: #9AAF76; }
a { background-color: rgb(154,175,118); }
div.DivClassName
{
background-color: #9AAF76;
}
.BgClassName
{
background-color: #9AAF76;
}
</style>
border-color css
<style>
span { border-color: #9AAF76; }
span { border-color: rgb(154,175,118); }
td.TdClassName
{
border-color: #9AAF76;
}
.TagClassName
{
border-color: #9AAF76;
}
</style>