Shades of Olivine #9AAF7B
Tints of Olivine #9AAF7B
RGB
CMYK
RGB Variations
Color information
#9AAF7B (or 0x9AAF7B) is known color: Olivine. HEX triplet: 9A, AF and 7B. RGB value is (154,175,123). Sum of RGB (Red+Green+Blue) = 154+175+123=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAF7B is #655084. Grayscale: #A2A2A2. Windows color (decimal): -6639749 or 8105882. OLE color: 8105882.
HSL color Cylindrical-coordinate representation of color #9AAF7B: hue angle of 84.23º 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 #9AAF7B is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 123 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.31 |
| HSL | 84.23º | 0.25% | 0.58% | - |
| HSV(B) | 84.23º | 0.3% | 0.69% | - |
| XYZ | 32.23 | 38.96 | 24.56 | - |
| YUV | 162.79 | 105.54 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 123 | 0.12 | 0 | 0.30 | 0.31 | 84.23 | 0.25 | 0.58 |
| Hex | 9A | AF | 7B | C | 0 | 1E | 1F | 54 | 19 | 3A |
| Octal | 232 | 257 | 173 | 14 | 0 | 36 | 37 | 124 | 31 | 72 |
| Binary | 10011010 | 10101111 | 1111011 | 1100 | 0 | 11110 | 11111 | 1010100 | 11001 | 111010 |
Color Harmonies of #9AAF7B
Complementary color
Monochromatic Colors of #9AAF7B
Black with #9AAF7B
Text Example
Text Example
White with #9AAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAF7B; }
p { color: rgb(154,175,123); }
H1.HeaderClassName
{
color: #9AAF7B;
}
.AnyTagClassName
{
color: #9AAF7B;
}
</style>
background-color css
<style>
a { background-color: #9AAF7B; }
a { background-color: rgb(154,175,123); }
div.DivClassName
{
background-color: #9AAF7B;
}
.BgClassName
{
background-color: #9AAF7B;
}
</style>
border-color css
<style>
span { border-color: #9AAF7B; }
span { border-color: rgb(154,175,123); }
td.TdClassName
{
border-color: #9AAF7B;
}
.TagClassName
{
border-color: #9AAF7B;
}
</style>