Shades of Olivine #9BB87E
Tints of Olivine #9BB87E
RGB
CMYK
RGB Variations
Color information
#9BB87E (or 0x9BB87E) is known color: Olivine. HEX triplet: 9B, B8 and 7E. RGB value is (155,184,126). Sum of RGB (Red+Green+Blue) = 155+184+126=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB87E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB87E is #644781. Grayscale: #A8A8A8. Windows color (decimal): -6571906 or 8304795. OLE color: 8304795.
HSL color Cylindrical-coordinate representation of color #9BB87E: hue angle of 90º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BB87E is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 184 | 126 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.28 |
| HSL | 90º | 0.29% | 0.61% | - |
| HSV(B) | 90º | 0.32% | 0.72% | - |
| XYZ | 34.42 | 42.76 | 26.18 | - |
| YUV | 168.72 | 103.89 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 184 | 126 | 0.16 | 0 | 0.32 | 0.28 | 90 | 0.29 | 0.61 |
| Hex | 9B | B8 | 7E | 10 | 0 | 20 | 1C | 5A | 1D | 3D |
| Octal | 233 | 270 | 176 | 20 | 0 | 40 | 34 | 132 | 35 | 75 |
| Binary | 10011011 | 10111000 | 1111110 | 10000 | 0 | 100000 | 11100 | 1011010 | 11101 | 111101 |
Color Harmonies of #9BB87E
Complementary color
Monochromatic Colors of #9BB87E
Black with #9BB87E
Text Example
Text Example
White with #9BB87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB87E; }
p { color: rgb(155,184,126); }
H1.HeaderClassName
{
color: #9BB87E;
}
.AnyTagClassName
{
color: #9BB87E;
}
</style>
background-color css
<style>
a { background-color: #9BB87E; }
a { background-color: rgb(155,184,126); }
div.DivClassName
{
background-color: #9BB87E;
}
.BgClassName
{
background-color: #9BB87E;
}
</style>
border-color css
<style>
span { border-color: #9BB87E; }
span { border-color: rgb(155,184,126); }
td.TdClassName
{
border-color: #9BB87E;
}
.TagClassName
{
border-color: #9BB87E;
}
</style>