Shades of Olivine #9BB778
Tints of Olivine #9BB778
RGB
CMYK
RGB Variations
Color information
#9BB778 (or 0x9BB778) is known color: Olivine. HEX triplet: 9B, B7 and 78. RGB value is (155,183,120). Sum of RGB (Red+Green+Blue) = 155+183+120=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB778 is #644887. Grayscale: #A7A7A7. Windows color (decimal): -6572168 or 7911323. OLE color: 7911323.
HSL color Cylindrical-coordinate representation of color #9BB778: hue angle of 86.67º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BB778 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 183 | 120 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.28 |
| HSL | 86.67º | 0.3% | 0.59% | - |
| HSV(B) | 86.67º | 0.34% | 0.72% | - |
| XYZ | 33.84 | 42.19 | 24.13 | - |
| YUV | 167.45 | 101.22 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 183 | 120 | 0.15 | 0 | 0.34 | 0.28 | 86.67 | 0.3 | 0.59 |
| Hex | 9B | B7 | 78 | F | 0 | 22 | 1C | 57 | 1E | 3B |
| Octal | 233 | 267 | 170 | 17 | 0 | 42 | 34 | 127 | 36 | 73 |
| Binary | 10011011 | 10110111 | 1111000 | 1111 | 0 | 100010 | 11100 | 1010111 | 11110 | 111011 |
Color Harmonies of #9BB778
Complementary color
Monochromatic Colors of #9BB778
Black with #9BB778
Text Example
Text Example
White with #9BB778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB778; }
p { color: rgb(155,183,120); }
H1.HeaderClassName
{
color: #9BB778;
}
.AnyTagClassName
{
color: #9BB778;
}
</style>
background-color css
<style>
a { background-color: #9BB778; }
a { background-color: rgb(155,183,120); }
div.DivClassName
{
background-color: #9BB778;
}
.BgClassName
{
background-color: #9BB778;
}
</style>
border-color css
<style>
span { border-color: #9BB778; }
span { border-color: rgb(155,183,120); }
td.TdClassName
{
border-color: #9BB778;
}
.TagClassName
{
border-color: #9BB778;
}
</style>