Shades of Olivine #9BBB6C
Tints of Olivine #9BBB6C
RGB
CMYK
RGB Variations
Color information
#9BBB6C (or 0x9BBB6C) is known color: Olivine. HEX triplet: 9B, BB and 6C. RGB value is (155,187,108). Sum of RGB (Red+Green+Blue) = 155+187+108=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBB6C is #644493. Grayscale: #A8A8A8. Windows color (decimal): -6571156 or 7125915. OLE color: 7125915.
HSL color Cylindrical-coordinate representation of color #9BBB6C: hue angle of 84.3º degrees, saturation: 0.37, 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 #9BBB6C is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 187 | 108 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.27 |
| HSL | 84.3º | 0.37% | 0.58% | - |
| HSV(B) | 84.3º | 0.42% | 0.73% | - |
| XYZ | 33.99 | 43.59 | 20.81 | - |
| YUV | 168.43 | 93.9 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 108 | 0.17 | 0 | 0.42 | 0.27 | 84.3 | 0.37 | 0.58 |
| Hex | 9B | BB | 6C | 11 | 0 | 2A | 1B | 54 | 25 | 3A |
| Octal | 233 | 273 | 154 | 21 | 0 | 52 | 33 | 124 | 45 | 72 |
| Binary | 10011011 | 10111011 | 1101100 | 10001 | 0 | 101010 | 11011 | 1010100 | 100101 | 111010 |
Color Harmonies of #9BBB6C
Complementary color
Monochromatic Colors of #9BBB6C
Black with #9BBB6C
Text Example
Text Example
White with #9BBB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBB6C; }
p { color: rgb(155,187,108); }
H1.HeaderClassName
{
color: #9BBB6C;
}
.AnyTagClassName
{
color: #9BBB6C;
}
</style>
background-color css
<style>
a { background-color: #9BBB6C; }
a { background-color: rgb(155,187,108); }
div.DivClassName
{
background-color: #9BBB6C;
}
.BgClassName
{
background-color: #9BBB6C;
}
</style>
border-color css
<style>
span { border-color: #9BBB6C; }
span { border-color: rgb(155,187,108); }
td.TdClassName
{
border-color: #9BBB6C;
}
.TagClassName
{
border-color: #9BBB6C;
}
</style>