Shades of Olivine #9ABB7B
Tints of Olivine #9ABB7B
RGB
CMYK
RGB Variations
Color information
#9ABB7B (or 0x9ABB7B) is known color: Olivine. HEX triplet: 9A, BB and 7B. RGB value is (154,187,123). Sum of RGB (Red+Green+Blue) = 154+187+123=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABB7B is #654484. Grayscale: #AAAAAA. Windows color (decimal): -6636677 or 8108954. OLE color: 8108954.
HSL color Cylindrical-coordinate representation of color #9ABB7B: hue angle of 90.94º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ABB7B is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 187 | 123 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.27 |
| HSL | 90.94º | 0.32% | 0.61% | - |
| HSV(B) | 90.94º | 0.34% | 0.73% | - |
| XYZ | 34.67 | 43.84 | 25.37 | - |
| YUV | 169.84 | 101.57 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 187 | 123 | 0.18 | 0 | 0.34 | 0.27 | 90.94 | 0.32 | 0.61 |
| Hex | 9A | BB | 7B | 12 | 0 | 22 | 1B | 5B | 20 | 3D |
| Octal | 232 | 273 | 173 | 22 | 0 | 42 | 33 | 133 | 40 | 75 |
| Binary | 10011010 | 10111011 | 1111011 | 10010 | 0 | 100010 | 11011 | 1011011 | 100000 | 111101 |
Color Harmonies of #9ABB7B
Complementary color
Monochromatic Colors of #9ABB7B
Black with #9ABB7B
Text Example
Text Example
White with #9ABB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABB7B; }
p { color: rgb(154,187,123); }
H1.HeaderClassName
{
color: #9ABB7B;
}
.AnyTagClassName
{
color: #9ABB7B;
}
</style>
background-color css
<style>
a { background-color: #9ABB7B; }
a { background-color: rgb(154,187,123); }
div.DivClassName
{
background-color: #9ABB7B;
}
.BgClassName
{
background-color: #9ABB7B;
}
</style>
border-color css
<style>
span { border-color: #9ABB7B; }
span { border-color: rgb(154,187,123); }
td.TdClassName
{
border-color: #9ABB7B;
}
.TagClassName
{
border-color: #9ABB7B;
}
</style>