Shades of Olivine #9AB973
Tints of Olivine #9AB973
RGB
CMYK
RGB Variations
Color information
#9AB973 (or 0x9AB973) is known color: Olivine. HEX triplet: 9A, B9 and 73. RGB value is (154,185,115). Sum of RGB (Red+Green+Blue) = 154+185+115=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB973 is #65468C. Grayscale: #A8A8A8. Windows color (decimal): -6637197 or 7584154. OLE color: 7584154.
HSL color Cylindrical-coordinate representation of color #9AB973: hue angle of 86.57º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AB973 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 185 | 115 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.27 |
| HSL | 86.57º | 0.33% | 0.59% | - |
| HSV(B) | 86.57º | 0.38% | 0.73% | - |
| XYZ | 33.77 | 42.81 | 22.7 | - |
| YUV | 167.75 | 98.23 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 115 | 0.17 | 0 | 0.38 | 0.27 | 86.57 | 0.33 | 0.59 |
| Hex | 9A | B9 | 73 | 11 | 0 | 26 | 1B | 57 | 21 | 3B |
| Octal | 232 | 271 | 163 | 21 | 0 | 46 | 33 | 127 | 41 | 73 |
| Binary | 10011010 | 10111001 | 1110011 | 10001 | 0 | 100110 | 11011 | 1010111 | 100001 | 111011 |
Color Harmonies of #9AB973
Complementary color
Monochromatic Colors of #9AB973
Black with #9AB973
Text Example
Text Example
White with #9AB973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB973; }
p { color: rgb(154,185,115); }
H1.HeaderClassName
{
color: #9AB973;
}
.AnyTagClassName
{
color: #9AB973;
}
</style>
background-color css
<style>
a { background-color: #9AB973; }
a { background-color: rgb(154,185,115); }
div.DivClassName
{
background-color: #9AB973;
}
.BgClassName
{
background-color: #9AB973;
}
</style>
border-color css
<style>
span { border-color: #9AB973; }
span { border-color: rgb(154,185,115); }
td.TdClassName
{
border-color: #9AB973;
}
.TagClassName
{
border-color: #9AB973;
}
</style>