Shades of Olivine #9DB076
Tints of Olivine #9DB076
RGB
CMYK
RGB Variations
Color information
#9DB076 (or 0x9DB076) is known color: Olivine. HEX triplet: 9D, B0 and 76. RGB value is (157,176,118). Sum of RGB (Red+Green+Blue) = 157+176+118=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB076 is #624F89. Grayscale: #A3A3A3. Windows color (decimal): -6442890 or 7778461. OLE color: 7778461.
HSL color Cylindrical-coordinate representation of color #9DB076: hue angle of 79.66º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DB076 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 118 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.31 |
| HSL | 79.66º | 0.27% | 0.58% | - |
| HSV(B) | 79.66º | 0.33% | 0.69% | - |
| XYZ | 32.7 | 39.53 | 23.05 | - |
| YUV | 163.71 | 102.21 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 118 | 0.11 | 0 | 0.33 | 0.31 | 79.66 | 0.27 | 0.58 |
| Hex | 9D | B0 | 76 | B | 0 | 21 | 1F | 50 | 1B | 3A |
| Octal | 235 | 260 | 166 | 13 | 0 | 41 | 37 | 120 | 33 | 72 |
| Binary | 10011101 | 10110000 | 1110110 | 1011 | 0 | 100001 | 11111 | 1010000 | 11011 | 111010 |
Color Harmonies of #9DB076
Complementary color
Monochromatic Colors of #9DB076
Black with #9DB076
Text Example
Text Example
White with #9DB076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB076; }
p { color: rgb(157,176,118); }
H1.HeaderClassName
{
color: #9DB076;
}
.AnyTagClassName
{
color: #9DB076;
}
</style>
background-color css
<style>
a { background-color: #9DB076; }
a { background-color: rgb(157,176,118); }
div.DivClassName
{
background-color: #9DB076;
}
.BgClassName
{
background-color: #9DB076;
}
</style>
border-color css
<style>
span { border-color: #9DB076; }
span { border-color: rgb(157,176,118); }
td.TdClassName
{
border-color: #9DB076;
}
.TagClassName
{
border-color: #9DB076;
}
</style>