Shades of Olivine #9ABA72
Tints of Olivine #9ABA72
RGB
CMYK
RGB Variations
Color information
#9ABA72 (or 0x9ABA72) is known color: Olivine. HEX triplet: 9A, BA and 72. RGB value is (154,186,114). Sum of RGB (Red+Green+Blue) = 154+186+114=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABA72 is #65458D. Grayscale: #A8A8A8. Windows color (decimal): -6636942 or 7518874. OLE color: 7518874.
HSL color Cylindrical-coordinate representation of color #9ABA72: hue angle of 86.67º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ABA72 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 186 | 114 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.27 |
| HSL | 86.67º | 0.34% | 0.59% | - |
| HSV(B) | 86.67º | 0.39% | 0.73% | - |
| XYZ | 33.92 | 43.2 | 22.47 | - |
| YUV | 168.22 | 97.4 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 114 | 0.17 | 0 | 0.39 | 0.27 | 86.67 | 0.34 | 0.59 |
| Hex | 9A | BA | 72 | 11 | 0 | 27 | 1B | 57 | 22 | 3B |
| Octal | 232 | 272 | 162 | 21 | 0 | 47 | 33 | 127 | 42 | 73 |
| Binary | 10011010 | 10111010 | 1110010 | 10001 | 0 | 100111 | 11011 | 1010111 | 100010 | 111011 |
Color Harmonies of #9ABA72
Complementary color
Monochromatic Colors of #9ABA72
Black with #9ABA72
Text Example
Text Example
White with #9ABA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABA72; }
p { color: rgb(154,186,114); }
H1.HeaderClassName
{
color: #9ABA72;
}
.AnyTagClassName
{
color: #9ABA72;
}
</style>
background-color css
<style>
a { background-color: #9ABA72; }
a { background-color: rgb(154,186,114); }
div.DivClassName
{
background-color: #9ABA72;
}
.BgClassName
{
background-color: #9ABA72;
}
</style>
border-color css
<style>
span { border-color: #9ABA72; }
span { border-color: rgb(154,186,114); }
td.TdClassName
{
border-color: #9ABA72;
}
.TagClassName
{
border-color: #9ABA72;
}
</style>