Shades of Olivine #9DB07E
Tints of Olivine #9DB07E
RGB
CMYK
RGB Variations
Color information
#9DB07E (or 0x9DB07E) is known color: Olivine. HEX triplet: 9D, B0 and 7E. RGB value is (157,176,126). Sum of RGB (Red+Green+Blue) = 157+176+126=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB07E is #624F81. Grayscale: #A4A4A4. Windows color (decimal): -6442882 or 8302749. OLE color: 8302749.
HSL color Cylindrical-coordinate representation of color #9DB07E: hue angle of 82.8º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DB07E is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 126 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.31 |
| HSL | 82.8º | 0.24% | 0.59% | - |
| HSV(B) | 82.8º | 0.28% | 0.69% | - |
| XYZ | 33.2 | 39.73 | 25.66 | - |
| YUV | 164.62 | 106.21 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 126 | 0.11 | 0 | 0.28 | 0.31 | 82.8 | 0.24 | 0.59 |
| Hex | 9D | B0 | 7E | B | 0 | 1C | 1F | 53 | 18 | 3B |
| Octal | 235 | 260 | 176 | 13 | 0 | 34 | 37 | 123 | 30 | 73 |
| Binary | 10011101 | 10110000 | 1111110 | 1011 | 0 | 11100 | 11111 | 1010011 | 11000 | 111011 |
Color Harmonies of #9DB07E
Complementary color
Monochromatic Colors of #9DB07E
Black with #9DB07E
Text Example
Text Example
White with #9DB07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB07E; }
p { color: rgb(157,176,126); }
H1.HeaderClassName
{
color: #9DB07E;
}
.AnyTagClassName
{
color: #9DB07E;
}
</style>
background-color css
<style>
a { background-color: #9DB07E; }
a { background-color: rgb(157,176,126); }
div.DivClassName
{
background-color: #9DB07E;
}
.BgClassName
{
background-color: #9DB07E;
}
</style>
border-color css
<style>
span { border-color: #9DB07E; }
span { border-color: rgb(157,176,126); }
td.TdClassName
{
border-color: #9DB07E;
}
.TagClassName
{
border-color: #9DB07E;
}
</style>