Shades of Olivine #9BBC7D
Tints of Olivine #9BBC7D
RGB
CMYK
RGB Variations
Color information
#9BBC7D (or 0x9BBC7D) is known color: Olivine. HEX triplet: 9B, BC and 7D. RGB value is (155,188,125). Sum of RGB (Red+Green+Blue) = 155+188+125=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBC7D is #644382. Grayscale: #ABABAB. Windows color (decimal): -6570883 or 8240283. OLE color: 8240283.
HSL color Cylindrical-coordinate representation of color #9BBC7D: hue angle of 91.43º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BBC7D is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 125 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.26 |
| HSL | 91.43º | 0.32% | 0.61% | - |
| HSV(B) | 91.43º | 0.34% | 0.74% | - |
| XYZ | 35.2 | 44.42 | 26.12 | - |
| YUV | 170.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 125 | 0.18 | 0 | 0.34 | 0.26 | 91.43 | 0.32 | 0.61 |
| Hex | 9B | BC | 7D | 12 | 0 | 22 | 1A | 5B | 20 | 3D |
| Octal | 233 | 274 | 175 | 22 | 0 | 42 | 32 | 133 | 40 | 75 |
| Binary | 10011011 | 10111100 | 1111101 | 10010 | 0 | 100010 | 11010 | 1011011 | 100000 | 111101 |
Color Harmonies of #9BBC7D
Complementary color
Monochromatic Colors of #9BBC7D
Black with #9BBC7D
Text Example
Text Example
White with #9BBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC7D; }
p { color: rgb(155,188,125); }
H1.HeaderClassName
{
color: #9BBC7D;
}
.AnyTagClassName
{
color: #9BBC7D;
}
</style>
background-color css
<style>
a { background-color: #9BBC7D; }
a { background-color: rgb(155,188,125); }
div.DivClassName
{
background-color: #9BBC7D;
}
.BgClassName
{
background-color: #9BBC7D;
}
</style>
border-color css
<style>
span { border-color: #9BBC7D; }
span { border-color: rgb(155,188,125); }
td.TdClassName
{
border-color: #9BBC7D;
}
.TagClassName
{
border-color: #9BBC7D;
}
</style>