Shades of Olivine #9AB97C
Tints of Olivine #9AB97C
RGB
CMYK
RGB Variations
Color information
#9AB97C (or 0x9AB97C) is known color: Olivine. HEX triplet: 9A, B9 and 7C. RGB value is (154,185,124). Sum of RGB (Red+Green+Blue) = 154+185+124=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB97C is #654683. Grayscale: #A8A8A8. Windows color (decimal): -6637188 or 8173978. OLE color: 8173978.
HSL color Cylindrical-coordinate representation of color #9AB97C: hue angle of 90.49º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AB97C is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 185 | 124 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.27 |
| HSL | 90.49º | 0.3% | 0.61% | - |
| HSV(B) | 90.49º | 0.33% | 0.73% | - |
| XYZ | 34.31 | 43.02 | 25.56 | - |
| YUV | 168.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 124 | 0.17 | 0 | 0.33 | 0.27 | 90.49 | 0.3 | 0.61 |
| Hex | 9A | B9 | 7C | 11 | 0 | 21 | 1B | 5A | 1E | 3D |
| Octal | 232 | 271 | 174 | 21 | 0 | 41 | 33 | 132 | 36 | 75 |
| Binary | 10011010 | 10111001 | 1111100 | 10001 | 0 | 100001 | 11011 | 1011010 | 11110 | 111101 |
Color Harmonies of #9AB97C
Complementary color
Monochromatic Colors of #9AB97C
Black with #9AB97C
Text Example
Text Example
White with #9AB97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB97C; }
p { color: rgb(154,185,124); }
H1.HeaderClassName
{
color: #9AB97C;
}
.AnyTagClassName
{
color: #9AB97C;
}
</style>
background-color css
<style>
a { background-color: #9AB97C; }
a { background-color: rgb(154,185,124); }
div.DivClassName
{
background-color: #9AB97C;
}
.BgClassName
{
background-color: #9AB97C;
}
</style>
border-color css
<style>
span { border-color: #9AB97C; }
span { border-color: rgb(154,185,124); }
td.TdClassName
{
border-color: #9AB97C;
}
.TagClassName
{
border-color: #9AB97C;
}
</style>