Shades of Olivine #9AB971
Tints of Olivine #9AB971
RGB
CMYK
RGB Variations
Color information
#9AB971 (or 0x9AB971) is known color: Olivine. HEX triplet: 9A, B9 and 71. RGB value is (154,185,113). Sum of RGB (Red+Green+Blue) = 154+185+113=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB971 is #65468E. Grayscale: #A7A7A7. Windows color (decimal): -6637199 or 7453082. OLE color: 7453082.
HSL color Cylindrical-coordinate representation of color #9AB971: hue angle of 85.83º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AB971 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 185 | 113 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.27 |
| HSL | 85.83º | 0.34% | 0.58% | - |
| HSV(B) | 85.83º | 0.39% | 0.73% | - |
| XYZ | 33.66 | 42.76 | 22.1 | - |
| YUV | 167.52 | 97.23 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 113 | 0.17 | 0 | 0.39 | 0.27 | 85.83 | 0.34 | 0.58 |
| Hex | 9A | B9 | 71 | 11 | 0 | 27 | 1B | 56 | 22 | 3A |
| Octal | 232 | 271 | 161 | 21 | 0 | 47 | 33 | 126 | 42 | 72 |
| Binary | 10011010 | 10111001 | 1110001 | 10001 | 0 | 100111 | 11011 | 1010110 | 100010 | 111010 |
Color Harmonies of #9AB971
Complementary color
Monochromatic Colors of #9AB971
Black with #9AB971
Text Example
Text Example
White with #9AB971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB971; }
p { color: rgb(154,185,113); }
H1.HeaderClassName
{
color: #9AB971;
}
.AnyTagClassName
{
color: #9AB971;
}
</style>
background-color css
<style>
a { background-color: #9AB971; }
a { background-color: rgb(154,185,113); }
div.DivClassName
{
background-color: #9AB971;
}
.BgClassName
{
background-color: #9AB971;
}
</style>
border-color css
<style>
span { border-color: #9AB971; }
span { border-color: rgb(154,185,113); }
td.TdClassName
{
border-color: #9AB971;
}
.TagClassName
{
border-color: #9AB971;
}
</style>