Shades of Olivine #9BBB7D
Tints of Olivine #9BBB7D
RGB
CMYK
RGB Variations
Color information
#9BBB7D (or 0x9BBB7D) is known color: Olivine. HEX triplet: 9B, BB and 7D. RGB value is (155,187,125). Sum of RGB (Red+Green+Blue) = 155+187+125=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBB7D is #644482. Grayscale: #AAAAAA. Windows color (decimal): -6571139 or 8240027. OLE color: 8240027.
HSL color Cylindrical-coordinate representation of color #9BBB7D: hue angle of 90.97º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BBB7D is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 187 | 125 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.27 |
| HSL | 90.97º | 0.31% | 0.61% | - |
| HSV(B) | 90.97º | 0.33% | 0.73% | - |
| XYZ | 34.99 | 43.99 | 26.05 | - |
| YUV | 170.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 125 | 0.17 | 0 | 0.33 | 0.27 | 90.97 | 0.31 | 0.61 |
| Hex | 9B | BB | 7D | 11 | 0 | 21 | 1B | 5B | 1F | 3D |
| Octal | 233 | 273 | 175 | 21 | 0 | 41 | 33 | 133 | 37 | 75 |
| Binary | 10011011 | 10111011 | 1111101 | 10001 | 0 | 100001 | 11011 | 1011011 | 11111 | 111101 |
Color Harmonies of #9BBB7D
Complementary color
Monochromatic Colors of #9BBB7D
Black with #9BBB7D
Text Example
Text Example
White with #9BBB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBB7D; }
p { color: rgb(155,187,125); }
H1.HeaderClassName
{
color: #9BBB7D;
}
.AnyTagClassName
{
color: #9BBB7D;
}
</style>
background-color css
<style>
a { background-color: #9BBB7D; }
a { background-color: rgb(155,187,125); }
div.DivClassName
{
background-color: #9BBB7D;
}
.BgClassName
{
background-color: #9BBB7D;
}
</style>
border-color css
<style>
span { border-color: #9BBB7D; }
span { border-color: rgb(155,187,125); }
td.TdClassName
{
border-color: #9BBB7D;
}
.TagClassName
{
border-color: #9BBB7D;
}
</style>