Shades of Olivine #9BBE6F
Tints of Olivine #9BBE6F
RGB
CMYK
RGB Variations
Color information
#9BBE6F (or 0x9BBE6F) is known color: Olivine. HEX triplet: 9B, BE and 6F. RGB value is (155,190,111). Sum of RGB (Red+Green+Blue) = 155+190+111=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBE6F is #644190. Grayscale: #AAAAAA. Windows color (decimal): -6570385 or 7323291. OLE color: 7323291.
HSL color Cylindrical-coordinate representation of color #9BBE6F: hue angle of 86.58º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BBE6F is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 111 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.25 |
| HSL | 86.58º | 0.38% | 0.59% | - |
| HSV(B) | 86.58º | 0.42% | 0.75% | - |
| XYZ | 34.8 | 44.94 | 21.88 | - |
| YUV | 170.53 | 94.4 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 111 | 0.18 | 0 | 0.42 | 0.25 | 86.58 | 0.38 | 0.59 |
| Hex | 9B | BE | 6F | 12 | 0 | 2A | 19 | 57 | 26 | 3B |
| Octal | 233 | 276 | 157 | 22 | 0 | 52 | 31 | 127 | 46 | 73 |
| Binary | 10011011 | 10111110 | 1101111 | 10010 | 0 | 101010 | 11001 | 1010111 | 100110 | 111011 |
Color Harmonies of #9BBE6F
Complementary color
Monochromatic Colors of #9BBE6F
Black with #9BBE6F
Text Example
Text Example
White with #9BBE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE6F; }
p { color: rgb(155,190,111); }
H1.HeaderClassName
{
color: #9BBE6F;
}
.AnyTagClassName
{
color: #9BBE6F;
}
</style>
background-color css
<style>
a { background-color: #9BBE6F; }
a { background-color: rgb(155,190,111); }
div.DivClassName
{
background-color: #9BBE6F;
}
.BgClassName
{
background-color: #9BBE6F;
}
</style>
border-color css
<style>
span { border-color: #9BBE6F; }
span { border-color: rgb(155,190,111); }
td.TdClassName
{
border-color: #9BBE6F;
}
.TagClassName
{
border-color: #9BBE6F;
}
</style>