Shades of Olivine #9BBC6D
Tints of Olivine #9BBC6D
RGB
CMYK
RGB Variations
Color information
#9BBC6D (or 0x9BBC6D) is known color: Olivine. HEX triplet: 9B, BC and 6D. RGB value is (155,188,109). Sum of RGB (Red+Green+Blue) = 155+188+109=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBC6D is #644392. Grayscale: #A9A9A9. Windows color (decimal): -6570899 or 7191707. OLE color: 7191707.
HSL color Cylindrical-coordinate representation of color #9BBC6D: hue angle of 85.06º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BBC6D is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 109 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.26 |
| HSL | 85.06º | 0.37% | 0.58% | - |
| HSV(B) | 85.06º | 0.42% | 0.74% | - |
| XYZ | 34.26 | 44.04 | 21.16 | - |
| YUV | 169.13 | 94.07 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 109 | 0.18 | 0 | 0.42 | 0.26 | 85.06 | 0.37 | 0.58 |
| Hex | 9B | BC | 6D | 12 | 0 | 2A | 1A | 55 | 25 | 3A |
| Octal | 233 | 274 | 155 | 22 | 0 | 52 | 32 | 125 | 45 | 72 |
| Binary | 10011011 | 10111100 | 1101101 | 10010 | 0 | 101010 | 11010 | 1010101 | 100101 | 111010 |
Color Harmonies of #9BBC6D
Complementary color
Monochromatic Colors of #9BBC6D
Black with #9BBC6D
Text Example
Text Example
White with #9BBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC6D; }
p { color: rgb(155,188,109); }
H1.HeaderClassName
{
color: #9BBC6D;
}
.AnyTagClassName
{
color: #9BBC6D;
}
</style>
background-color css
<style>
a { background-color: #9BBC6D; }
a { background-color: rgb(155,188,109); }
div.DivClassName
{
background-color: #9BBC6D;
}
.BgClassName
{
background-color: #9BBC6D;
}
</style>
border-color css
<style>
span { border-color: #9BBC6D; }
span { border-color: rgb(155,188,109); }
td.TdClassName
{
border-color: #9BBC6D;
}
.TagClassName
{
border-color: #9BBC6D;
}
</style>