Shades of Olivine #9ABA7B
Tints of Olivine #9ABA7B
RGB
CMYK
RGB Variations
Color information
#9ABA7B (or 0x9ABA7B) is known color: Olivine. HEX triplet: 9A, BA and 7B. RGB value is (154,186,123). Sum of RGB (Red+Green+Blue) = 154+186+123=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABA7B is #654584. Grayscale: #A9A9A9. Windows color (decimal): -6636933 or 8108698. OLE color: 8108698.
HSL color Cylindrical-coordinate representation of color #9ABA7B: hue angle of 90.48º degrees, saturation: 0.31, 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 #9ABA7B is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 186 | 123 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.27 |
| HSL | 90.48º | 0.31% | 0.61% | - |
| HSV(B) | 90.48º | 0.34% | 0.73% | - |
| XYZ | 34.46 | 43.42 | 25.3 | - |
| YUV | 169.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 123 | 0.17 | 0 | 0.34 | 0.27 | 90.48 | 0.31 | 0.61 |
| Hex | 9A | BA | 7B | 11 | 0 | 22 | 1B | 5A | 1F | 3D |
| Octal | 232 | 272 | 173 | 21 | 0 | 42 | 33 | 132 | 37 | 75 |
| Binary | 10011010 | 10111010 | 1111011 | 10001 | 0 | 100010 | 11011 | 1011010 | 11111 | 111101 |
Color Harmonies of #9ABA7B
Complementary color
Monochromatic Colors of #9ABA7B
Black with #9ABA7B
Text Example
Text Example
White with #9ABA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABA7B; }
p { color: rgb(154,186,123); }
H1.HeaderClassName
{
color: #9ABA7B;
}
.AnyTagClassName
{
color: #9ABA7B;
}
</style>
background-color css
<style>
a { background-color: #9ABA7B; }
a { background-color: rgb(154,186,123); }
div.DivClassName
{
background-color: #9ABA7B;
}
.BgClassName
{
background-color: #9ABA7B;
}
</style>
border-color css
<style>
span { border-color: #9ABA7B; }
span { border-color: rgb(154,186,123); }
td.TdClassName
{
border-color: #9ABA7B;
}
.TagClassName
{
border-color: #9ABA7B;
}
</style>