Shades of Olivine #9DB178
Tints of Olivine #9DB178
RGB
CMYK
RGB Variations
Color information
#9DB178 (or 0x9DB178) is known color: Olivine. HEX triplet: 9D, B1 and 78. RGB value is (157,177,120). Sum of RGB (Red+Green+Blue) = 157+177+120=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB178 is #624E87. Grayscale: #A4A4A4. Windows color (decimal): -6442632 or 7909789. OLE color: 7909789.
HSL color Cylindrical-coordinate representation of color #9DB178: hue angle of 81.05º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DB178 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 177 | 120 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.31 |
| HSL | 81.05º | 0.27% | 0.58% | - |
| HSV(B) | 81.05º | 0.32% | 0.69% | - |
| XYZ | 33.02 | 39.97 | 23.74 | - |
| YUV | 164.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 120 | 0.11 | 0 | 0.32 | 0.31 | 81.05 | 0.27 | 0.58 |
| Hex | 9D | B1 | 78 | B | 0 | 20 | 1F | 51 | 1B | 3A |
| Octal | 235 | 261 | 170 | 13 | 0 | 40 | 37 | 121 | 33 | 72 |
| Binary | 10011101 | 10110001 | 1111000 | 1011 | 0 | 100000 | 11111 | 1010001 | 11011 | 111010 |
Color Harmonies of #9DB178
Complementary color
Monochromatic Colors of #9DB178
Black with #9DB178
Text Example
Text Example
White with #9DB178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB178; }
p { color: rgb(157,177,120); }
H1.HeaderClassName
{
color: #9DB178;
}
.AnyTagClassName
{
color: #9DB178;
}
</style>
background-color css
<style>
a { background-color: #9DB178; }
a { background-color: rgb(157,177,120); }
div.DivClassName
{
background-color: #9DB178;
}
.BgClassName
{
background-color: #9DB178;
}
</style>
border-color css
<style>
span { border-color: #9DB178; }
span { border-color: rgb(157,177,120); }
td.TdClassName
{
border-color: #9DB178;
}
.TagClassName
{
border-color: #9DB178;
}
</style>