Shades of Olivine #9BBE7B
Tints of Olivine #9BBE7B
RGB
CMYK
RGB Variations
Color information
#9BBE7B (or 0x9BBE7B) is known color: Olivine. HEX triplet: 9B, BE and 7B. RGB value is (155,190,123). Sum of RGB (Red+Green+Blue) = 155+190+123=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBE7B is #644184. Grayscale: #ACACAC. Windows color (decimal): -6570373 or 8109723. OLE color: 8109723.
HSL color Cylindrical-coordinate representation of color #9BBE7B: hue angle of 91.34º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BBE7B is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 123 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.25 |
| HSL | 91.34º | 0.34% | 0.61% | - |
| HSV(B) | 91.34º | 0.35% | 0.75% | - |
| XYZ | 35.51 | 45.23 | 25.6 | - |
| YUV | 171.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 123 | 0.18 | 0 | 0.35 | 0.25 | 91.34 | 0.34 | 0.61 |
| Hex | 9B | BE | 7B | 12 | 0 | 23 | 19 | 5B | 22 | 3D |
| Octal | 233 | 276 | 173 | 22 | 0 | 43 | 31 | 133 | 42 | 75 |
| Binary | 10011011 | 10111110 | 1111011 | 10010 | 0 | 100011 | 11001 | 1011011 | 100010 | 111101 |
Color Harmonies of #9BBE7B
Complementary color
Monochromatic Colors of #9BBE7B
Black with #9BBE7B
Text Example
Text Example
White with #9BBE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE7B; }
p { color: rgb(155,190,123); }
H1.HeaderClassName
{
color: #9BBE7B;
}
.AnyTagClassName
{
color: #9BBE7B;
}
</style>
background-color css
<style>
a { background-color: #9BBE7B; }
a { background-color: rgb(155,190,123); }
div.DivClassName
{
background-color: #9BBE7B;
}
.BgClassName
{
background-color: #9BBE7B;
}
</style>
border-color css
<style>
span { border-color: #9BBE7B; }
span { border-color: rgb(155,190,123); }
td.TdClassName
{
border-color: #9BBE7B;
}
.TagClassName
{
border-color: #9BBE7B;
}
</style>