Shades of Olivine #9BBA6B
Tints of Olivine #9BBA6B
RGB
CMYK
RGB Variations
Color information
#9BBA6B (or 0x9BBA6B) is known color: Olivine. HEX triplet: 9B, BA and 6B. RGB value is (155,186,107). Sum of RGB (Red+Green+Blue) = 155+186+107=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBA6B is #644594. Grayscale: #A8A8A8. Windows color (decimal): -6571413 or 7060123. OLE color: 7060123.
HSL color Cylindrical-coordinate representation of color #9BBA6B: hue angle of 83.54º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BBA6B is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 186 | 107 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.27 |
| HSL | 83.54º | 0.36% | 0.57% | - |
| HSV(B) | 83.54º | 0.42% | 0.73% | - |
| XYZ | 33.73 | 43.15 | 20.46 | - |
| YUV | 167.73 | 93.73 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 107 | 0.17 | 0 | 0.42 | 0.27 | 83.54 | 0.36 | 0.57 |
| Hex | 9B | BA | 6B | 11 | 0 | 2A | 1B | 54 | 24 | 39 |
| Octal | 233 | 272 | 153 | 21 | 0 | 52 | 33 | 124 | 44 | 71 |
| Binary | 10011011 | 10111010 | 1101011 | 10001 | 0 | 101010 | 11011 | 1010100 | 100100 | 111001 |
Color Harmonies of #9BBA6B
Complementary color
Monochromatic Colors of #9BBA6B
Black with #9BBA6B
Text Example
Text Example
White with #9BBA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBA6B; }
p { color: rgb(155,186,107); }
H1.HeaderClassName
{
color: #9BBA6B;
}
.AnyTagClassName
{
color: #9BBA6B;
}
</style>
background-color css
<style>
a { background-color: #9BBA6B; }
a { background-color: rgb(155,186,107); }
div.DivClassName
{
background-color: #9BBA6B;
}
.BgClassName
{
background-color: #9BBA6B;
}
</style>
border-color css
<style>
span { border-color: #9BBA6B; }
span { border-color: rgb(155,186,107); }
td.TdClassName
{
border-color: #9BBA6B;
}
.TagClassName
{
border-color: #9BBA6B;
}
</style>