Shades of Olivine #9AB975
Tints of Olivine #9AB975
RGB
CMYK
RGB Variations
Color information
#9AB975 (or 0x9AB975) is known color: Olivine. HEX triplet: 9A, B9 and 75. RGB value is (154,185,117). Sum of RGB (Red+Green+Blue) = 154+185+117=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB975 is #65468A. Grayscale: #A8A8A8. Windows color (decimal): -6637195 or 7715226. OLE color: 7715226.
HSL color Cylindrical-coordinate representation of color #9AB975: hue angle of 87.35º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AB975 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 185 | 117 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.27 |
| HSL | 87.35º | 0.33% | 0.59% | - |
| HSV(B) | 87.35º | 0.37% | 0.73% | - |
| XYZ | 33.89 | 42.85 | 23.31 | - |
| YUV | 167.98 | 99.23 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 117 | 0.17 | 0 | 0.37 | 0.27 | 87.35 | 0.33 | 0.59 |
| Hex | 9A | B9 | 75 | 11 | 0 | 25 | 1B | 57 | 21 | 3B |
| Octal | 232 | 271 | 165 | 21 | 0 | 45 | 33 | 127 | 41 | 73 |
| Binary | 10011010 | 10111001 | 1110101 | 10001 | 0 | 100101 | 11011 | 1010111 | 100001 | 111011 |
Color Harmonies of #9AB975
Complementary color
Monochromatic Colors of #9AB975
Black with #9AB975
Text Example
Text Example
White with #9AB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB975; }
p { color: rgb(154,185,117); }
H1.HeaderClassName
{
color: #9AB975;
}
.AnyTagClassName
{
color: #9AB975;
}
</style>
background-color css
<style>
a { background-color: #9AB975; }
a { background-color: rgb(154,185,117); }
div.DivClassName
{
background-color: #9AB975;
}
.BgClassName
{
background-color: #9AB975;
}
</style>
border-color css
<style>
span { border-color: #9AB975; }
span { border-color: rgb(154,185,117); }
td.TdClassName
{
border-color: #9AB975;
}
.TagClassName
{
border-color: #9AB975;
}
</style>