Shades of Olivine #9DB278
Tints of Olivine #9DB278
RGB
CMYK
RGB Variations
Color information
#9DB278 (or 0x9DB278) is known color: Olivine. HEX triplet: 9D, B2 and 78. RGB value is (157,178,120). Sum of RGB (Red+Green+Blue) = 157+178+120=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB278 is #624D87. Grayscale: #A5A5A5. Windows color (decimal): -6442376 or 7910045. OLE color: 7910045.
HSL color Cylindrical-coordinate representation of color #9DB278: hue angle of 81.72º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DB278 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 120 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.30 |
| HSL | 81.72º | 0.27% | 0.58% | - |
| HSV(B) | 81.72º | 0.33% | 0.7% | - |
| XYZ | 33.22 | 40.36 | 23.81 | - |
| YUV | 165.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 120 | 0.12 | 0 | 0.33 | 0.30 | 81.72 | 0.27 | 0.58 |
| Hex | 9D | B2 | 78 | C | 0 | 21 | 1E | 52 | 1B | 3A |
| Octal | 235 | 262 | 170 | 14 | 0 | 41 | 36 | 122 | 33 | 72 |
| Binary | 10011101 | 10110010 | 1111000 | 1100 | 0 | 100001 | 11110 | 1010010 | 11011 | 111010 |
Color Harmonies of #9DB278
Complementary color
Monochromatic Colors of #9DB278
Black with #9DB278
Text Example
Text Example
White with #9DB278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB278; }
p { color: rgb(157,178,120); }
H1.HeaderClassName
{
color: #9DB278;
}
.AnyTagClassName
{
color: #9DB278;
}
</style>
background-color css
<style>
a { background-color: #9DB278; }
a { background-color: rgb(157,178,120); }
div.DivClassName
{
background-color: #9DB278;
}
.BgClassName
{
background-color: #9DB278;
}
</style>
border-color css
<style>
span { border-color: #9DB278; }
span { border-color: rgb(157,178,120); }
td.TdClassName
{
border-color: #9DB278;
}
.TagClassName
{
border-color: #9DB278;
}
</style>