Shades of Olivine #9DB778
Tints of Olivine #9DB778
RGB
CMYK
RGB Variations
Color information
#9DB778 (or 0x9DB778) is known color: Olivine. HEX triplet: 9D, B7 and 78. RGB value is (157,183,120). Sum of RGB (Red+Green+Blue) = 157+183+120=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB778 is #624887. Grayscale: #A8A8A8. Windows color (decimal): -6441096 or 7911325. OLE color: 7911325.
HSL color Cylindrical-coordinate representation of color #9DB778: hue angle of 84.76º 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 #9DB778 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 183 | 120 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.28 |
| HSL | 84.76º | 0.3% | 0.59% | - |
| HSV(B) | 84.76º | 0.34% | 0.72% | - |
| XYZ | 34.23 | 42.39 | 24.15 | - |
| YUV | 168.04 | 100.89 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 120 | 0.14 | 0 | 0.34 | 0.28 | 84.76 | 0.3 | 0.59 |
| Hex | 9D | B7 | 78 | E | 0 | 22 | 1C | 55 | 1E | 3B |
| Octal | 235 | 267 | 170 | 16 | 0 | 42 | 34 | 125 | 36 | 73 |
| Binary | 10011101 | 10110111 | 1111000 | 1110 | 0 | 100010 | 11100 | 1010101 | 11110 | 111011 |
Color Harmonies of #9DB778
Complementary color
Monochromatic Colors of #9DB778
Black with #9DB778
Text Example
Text Example
White with #9DB778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB778; }
p { color: rgb(157,183,120); }
H1.HeaderClassName
{
color: #9DB778;
}
.AnyTagClassName
{
color: #9DB778;
}
</style>
background-color css
<style>
a { background-color: #9DB778; }
a { background-color: rgb(157,183,120); }
div.DivClassName
{
background-color: #9DB778;
}
.BgClassName
{
background-color: #9DB778;
}
</style>
border-color css
<style>
span { border-color: #9DB778; }
span { border-color: rgb(157,183,120); }
td.TdClassName
{
border-color: #9DB778;
}
.TagClassName
{
border-color: #9DB778;
}
</style>