Shades of Olivine #9BB87D
Tints of Olivine #9BB87D
RGB
CMYK
RGB Variations
Color information
#9BB87D (or 0x9BB87D) is known color: Olivine. HEX triplet: 9B, B8 and 7D. RGB value is (155,184,125). Sum of RGB (Red+Green+Blue) = 155+184+125=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB87D is #644782. Grayscale: #A8A8A8. Windows color (decimal): -6571907 or 8239259. OLE color: 8239259.
HSL color Cylindrical-coordinate representation of color #9BB87D: hue angle of 89.49º 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 #9BB87D is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 184 | 125 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.28 |
| HSL | 89.49º | 0.29% | 0.61% | - |
| HSV(B) | 89.49º | 0.32% | 0.72% | - |
| XYZ | 34.36 | 42.73 | 25.84 | - |
| YUV | 168.6 | 103.39 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 184 | 125 | 0.16 | 0 | 0.32 | 0.28 | 89.49 | 0.29 | 0.61 |
| Hex | 9B | B8 | 7D | 10 | 0 | 20 | 1C | 59 | 1D | 3D |
| Octal | 233 | 270 | 175 | 20 | 0 | 40 | 34 | 131 | 35 | 75 |
| Binary | 10011011 | 10111000 | 1111101 | 10000 | 0 | 100000 | 11100 | 1011001 | 11101 | 111101 |
Color Harmonies of #9BB87D
Complementary color
Monochromatic Colors of #9BB87D
Black with #9BB87D
Text Example
Text Example
White with #9BB87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB87D; }
p { color: rgb(155,184,125); }
H1.HeaderClassName
{
color: #9BB87D;
}
.AnyTagClassName
{
color: #9BB87D;
}
</style>
background-color css
<style>
a { background-color: #9BB87D; }
a { background-color: rgb(155,184,125); }
div.DivClassName
{
background-color: #9BB87D;
}
.BgClassName
{
background-color: #9BB87D;
}
</style>
border-color css
<style>
span { border-color: #9BB87D; }
span { border-color: rgb(155,184,125); }
td.TdClassName
{
border-color: #9BB87D;
}
.TagClassName
{
border-color: #9BB87D;
}
</style>