Shades of Olivine #9ABB6D
Tints of Olivine #9ABB6D
RGB
CMYK
RGB Variations
Color information
#9ABB6D (or 0x9ABB6D) is known color: Olivine. HEX triplet: 9A, BB and 6D. RGB value is (154,187,109). Sum of RGB (Red+Green+Blue) = 154+187+109=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABB6D is #654492. Grayscale: #A8A8A8. Windows color (decimal): -6636691 or 7191450. OLE color: 7191450.
HSL color Cylindrical-coordinate representation of color #9ABB6D: hue angle of 85.38º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9ABB6D is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 187 | 109 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.27 |
| HSL | 85.38º | 0.36% | 0.58% | - |
| HSV(B) | 85.38º | 0.42% | 0.73% | - |
| XYZ | 33.86 | 43.51 | 21.08 | - |
| YUV | 168.24 | 94.57 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 187 | 109 | 0.18 | 0 | 0.42 | 0.27 | 85.38 | 0.36 | 0.58 |
| Hex | 9A | BB | 6D | 12 | 0 | 2A | 1B | 55 | 24 | 3A |
| Octal | 232 | 273 | 155 | 22 | 0 | 52 | 33 | 125 | 44 | 72 |
| Binary | 10011010 | 10111011 | 1101101 | 10010 | 0 | 101010 | 11011 | 1010101 | 100100 | 111010 |
Color Harmonies of #9ABB6D
Complementary color
Monochromatic Colors of #9ABB6D
Black with #9ABB6D
Text Example
Text Example
White with #9ABB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABB6D; }
p { color: rgb(154,187,109); }
H1.HeaderClassName
{
color: #9ABB6D;
}
.AnyTagClassName
{
color: #9ABB6D;
}
</style>
background-color css
<style>
a { background-color: #9ABB6D; }
a { background-color: rgb(154,187,109); }
div.DivClassName
{
background-color: #9ABB6D;
}
.BgClassName
{
background-color: #9ABB6D;
}
</style>
border-color css
<style>
span { border-color: #9ABB6D; }
span { border-color: rgb(154,187,109); }
td.TdClassName
{
border-color: #9ABB6D;
}
.TagClassName
{
border-color: #9ABB6D;
}
</style>