Shades of Olivine #9BBF73
Tints of Olivine #9BBF73
RGB
CMYK
RGB Variations
Color information
#9BBF73 (or 0x9BBF73) is known color: Olivine. HEX triplet: 9B, BF and 73. RGB value is (155,191,115). Sum of RGB (Red+Green+Blue) = 155+191+115=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBF73 is #64408C. Grayscale: #ABABAB. Windows color (decimal): -6570125 or 7585691. OLE color: 7585691.
HSL color Cylindrical-coordinate representation of color #9BBF73: hue angle of 88.42º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BBF73 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 191 | 115 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.25 |
| HSL | 88.42º | 0.37% | 0.6% | - |
| HSV(B) | 88.42º | 0.4% | 0.75% | - |
| XYZ | 35.24 | 45.47 | 23.14 | - |
| YUV | 171.57 | 96.07 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 115 | 0.19 | 0 | 0.40 | 0.25 | 88.42 | 0.37 | 0.6 |
| Hex | 9B | BF | 73 | 13 | 0 | 28 | 19 | 58 | 25 | 3C |
| Octal | 233 | 277 | 163 | 23 | 0 | 50 | 31 | 130 | 45 | 74 |
| Binary | 10011011 | 10111111 | 1110011 | 10011 | 0 | 101000 | 11001 | 1011000 | 100101 | 111100 |
Color Harmonies of #9BBF73
Complementary color
Monochromatic Colors of #9BBF73
Black with #9BBF73
Text Example
Text Example
White with #9BBF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBF73; }
p { color: rgb(155,191,115); }
H1.HeaderClassName
{
color: #9BBF73;
}
.AnyTagClassName
{
color: #9BBF73;
}
</style>
background-color css
<style>
a { background-color: #9BBF73; }
a { background-color: rgb(155,191,115); }
div.DivClassName
{
background-color: #9BBF73;
}
.BgClassName
{
background-color: #9BBF73;
}
</style>
border-color css
<style>
span { border-color: #9BBF73; }
span { border-color: rgb(155,191,115); }
td.TdClassName
{
border-color: #9BBF73;
}
.TagClassName
{
border-color: #9BBF73;
}
</style>