Shades of Olivine #9AB968
Tints of Olivine #9AB968
RGB
CMYK
RGB Variations
Color information
#9AB968 (or 0x9AB968) is known color: Olivine. HEX triplet: 9A, B9 and 68. RGB value is (154,185,104). Sum of RGB (Red+Green+Blue) = 154+185+104=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB968 is #654697. Grayscale: #A6A6A6. Windows color (decimal): -6637208 or 6863258. OLE color: 6863258.
HSL color Cylindrical-coordinate representation of color #9AB968: hue angle of 82.96º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AB968 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 185 | 104 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.27 |
| HSL | 82.96º | 0.37% | 0.57% | - |
| HSV(B) | 82.96º | 0.44% | 0.73% | - |
| XYZ | 33.17 | 42.57 | 19.56 | - |
| YUV | 166.5 | 92.73 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 104 | 0.17 | 0 | 0.44 | 0.27 | 82.96 | 0.37 | 0.57 |
| Hex | 9A | B9 | 68 | 11 | 0 | 2C | 1B | 53 | 25 | 39 |
| Octal | 232 | 271 | 150 | 21 | 0 | 54 | 33 | 123 | 45 | 71 |
| Binary | 10011010 | 10111001 | 1101000 | 10001 | 0 | 101100 | 11011 | 1010011 | 100101 | 111001 |
Color Harmonies of #9AB968
Complementary color
Monochromatic Colors of #9AB968
Black with #9AB968
Text Example
Text Example
White with #9AB968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB968; }
p { color: rgb(154,185,104); }
H1.HeaderClassName
{
color: #9AB968;
}
.AnyTagClassName
{
color: #9AB968;
}
</style>
background-color css
<style>
a { background-color: #9AB968; }
a { background-color: rgb(154,185,104); }
div.DivClassName
{
background-color: #9AB968;
}
.BgClassName
{
background-color: #9AB968;
}
</style>
border-color css
<style>
span { border-color: #9AB968; }
span { border-color: rgb(154,185,104); }
td.TdClassName
{
border-color: #9AB968;
}
.TagClassName
{
border-color: #9AB968;
}
</style>