Shades of Olivine #9BBF71
Tints of Olivine #9BBF71
RGB
CMYK
RGB Variations
Color information
#9BBF71 (or 0x9BBF71) is known color: Olivine. HEX triplet: 9B, BF and 71. RGB value is (155,191,113). Sum of RGB (Red+Green+Blue) = 155+191+113=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBF71 is #64408E. Grayscale: #ABABAB. Windows color (decimal): -6570127 or 7454619. OLE color: 7454619.
HSL color Cylindrical-coordinate representation of color #9BBF71: hue angle of 87.69º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BBF71 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 191 | 113 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.25 |
| HSL | 87.69º | 0.38% | 0.6% | - |
| HSV(B) | 87.69º | 0.41% | 0.75% | - |
| XYZ | 35.13 | 45.42 | 22.54 | - |
| YUV | 171.34 | 95.07 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 113 | 0.19 | 0 | 0.41 | 0.25 | 87.69 | 0.38 | 0.6 |
| Hex | 9B | BF | 71 | 13 | 0 | 29 | 19 | 58 | 26 | 3C |
| Octal | 233 | 277 | 161 | 23 | 0 | 51 | 31 | 130 | 46 | 74 |
| Binary | 10011011 | 10111111 | 1110001 | 10011 | 0 | 101001 | 11001 | 1011000 | 100110 | 111100 |
Color Harmonies of #9BBF71
Complementary color
Monochromatic Colors of #9BBF71
Black with #9BBF71
Text Example
Text Example
White with #9BBF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBF71; }
p { color: rgb(155,191,113); }
H1.HeaderClassName
{
color: #9BBF71;
}
.AnyTagClassName
{
color: #9BBF71;
}
</style>
background-color css
<style>
a { background-color: #9BBF71; }
a { background-color: rgb(155,191,113); }
div.DivClassName
{
background-color: #9BBF71;
}
.BgClassName
{
background-color: #9BBF71;
}
</style>
border-color css
<style>
span { border-color: #9BBF71; }
span { border-color: rgb(155,191,113); }
td.TdClassName
{
border-color: #9BBF71;
}
.TagClassName
{
border-color: #9BBF71;
}
</style>