Shades of Olivine #9BB37E
Tints of Olivine #9BB37E
RGB
CMYK
RGB Variations
Color information
#9BB37E (or 0x9BB37E) is known color: Olivine. HEX triplet: 9B, B3 and 7E. RGB value is (155,179,126). Sum of RGB (Red+Green+Blue) = 155+179+126=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB37E is #644C81. Grayscale: #A5A5A5. Windows color (decimal): -6573186 or 8303515. OLE color: 8303515.
HSL color Cylindrical-coordinate representation of color #9BB37E: hue angle of 87.17º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BB37E is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 179 | 126 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.30 |
| HSL | 87.17º | 0.26% | 0.6% | - |
| HSV(B) | 87.17º | 0.3% | 0.7% | - |
| XYZ | 33.4 | 40.72 | 25.84 | - |
| YUV | 165.78 | 105.55 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 126 | 0.13 | 0 | 0.30 | 0.30 | 87.17 | 0.26 | 0.6 |
| Hex | 9B | B3 | 7E | D | 0 | 1E | 1E | 57 | 1A | 3C |
| Octal | 233 | 263 | 176 | 15 | 0 | 36 | 36 | 127 | 32 | 74 |
| Binary | 10011011 | 10110011 | 1111110 | 1101 | 0 | 11110 | 11110 | 1010111 | 11010 | 111100 |
Color Harmonies of #9BB37E
Complementary color
Monochromatic Colors of #9BB37E
Black with #9BB37E
Text Example
Text Example
White with #9BB37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB37E; }
p { color: rgb(155,179,126); }
H1.HeaderClassName
{
color: #9BB37E;
}
.AnyTagClassName
{
color: #9BB37E;
}
</style>
background-color css
<style>
a { background-color: #9BB37E; }
a { background-color: rgb(155,179,126); }
div.DivClassName
{
background-color: #9BB37E;
}
.BgClassName
{
background-color: #9BB37E;
}
</style>
border-color css
<style>
span { border-color: #9BB37E; }
span { border-color: rgb(155,179,126); }
td.TdClassName
{
border-color: #9BB37E;
}
.TagClassName
{
border-color: #9BB37E;
}
</style>