Shades of Olivine #9BBF7D
Tints of Olivine #9BBF7D
RGB
CMYK
RGB Variations
Color information
#9BBF7D (or 0x9BBF7D) is known color: Olivine. HEX triplet: 9B, BF and 7D. RGB value is (155,191,125). Sum of RGB (Red+Green+Blue) = 155+191+125=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBF7D is #644082. Grayscale: #ACACAC. Windows color (decimal): -6570115 or 8241051. OLE color: 8241051.
HSL color Cylindrical-coordinate representation of color #9BBF7D: hue angle of 92.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BBF7D is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 191 | 125 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.25 |
| HSL | 92.73º | 0.34% | 0.62% | - |
| HSV(B) | 92.73º | 0.35% | 0.75% | - |
| XYZ | 35.85 | 45.71 | 26.34 | - |
| YUV | 172.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 125 | 0.19 | 0 | 0.35 | 0.25 | 92.73 | 0.34 | 0.62 |
| Hex | 9B | BF | 7D | 13 | 0 | 23 | 19 | 5D | 22 | 3E |
| Octal | 233 | 277 | 175 | 23 | 0 | 43 | 31 | 135 | 42 | 76 |
| Binary | 10011011 | 10111111 | 1111101 | 10011 | 0 | 100011 | 11001 | 1011101 | 100010 | 111110 |
Color Harmonies of #9BBF7D
Complementary color
Monochromatic Colors of #9BBF7D
Black with #9BBF7D
Text Example
Text Example
White with #9BBF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBF7D; }
p { color: rgb(155,191,125); }
H1.HeaderClassName
{
color: #9BBF7D;
}
.AnyTagClassName
{
color: #9BBF7D;
}
</style>
background-color css
<style>
a { background-color: #9BBF7D; }
a { background-color: rgb(155,191,125); }
div.DivClassName
{
background-color: #9BBF7D;
}
.BgClassName
{
background-color: #9BBF7D;
}
</style>
border-color css
<style>
span { border-color: #9BBF7D; }
span { border-color: rgb(155,191,125); }
td.TdClassName
{
border-color: #9BBF7D;
}
.TagClassName
{
border-color: #9BBF7D;
}
</style>