Shades of Olivine #9BB878
Tints of Olivine #9BB878
RGB
CMYK
RGB Variations
Color information
#9BB878 (or 0x9BB878) is known color: Olivine. HEX triplet: 9B, B8 and 78. RGB value is (155,184,120). Sum of RGB (Red+Green+Blue) = 155+184+120=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB878 is #644787. Grayscale: #A8A8A8. Windows color (decimal): -6571912 or 7911579. OLE color: 7911579.
HSL color Cylindrical-coordinate representation of color #9BB878: hue angle of 87.19º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BB878 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 184 | 120 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.28 |
| HSL | 87.19º | 0.31% | 0.6% | - |
| HSV(B) | 87.19º | 0.35% | 0.72% | - |
| XYZ | 34.05 | 42.61 | 24.2 | - |
| YUV | 168.03 | 100.89 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 184 | 120 | 0.16 | 0 | 0.35 | 0.28 | 87.19 | 0.31 | 0.6 |
| Hex | 9B | B8 | 78 | 10 | 0 | 23 | 1C | 57 | 1F | 3C |
| Octal | 233 | 270 | 170 | 20 | 0 | 43 | 34 | 127 | 37 | 74 |
| Binary | 10011011 | 10111000 | 1111000 | 10000 | 0 | 100011 | 11100 | 1010111 | 11111 | 111100 |
Color Harmonies of #9BB878
Complementary color
Monochromatic Colors of #9BB878
Black with #9BB878
Text Example
Text Example
White with #9BB878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB878; }
p { color: rgb(155,184,120); }
H1.HeaderClassName
{
color: #9BB878;
}
.AnyTagClassName
{
color: #9BB878;
}
</style>
background-color css
<style>
a { background-color: #9BB878; }
a { background-color: rgb(155,184,120); }
div.DivClassName
{
background-color: #9BB878;
}
.BgClassName
{
background-color: #9BB878;
}
</style>
border-color css
<style>
span { border-color: #9BB878; }
span { border-color: rgb(155,184,120); }
td.TdClassName
{
border-color: #9BB878;
}
.TagClassName
{
border-color: #9BB878;
}
</style>