Shades of Olivine #9DB17E
Tints of Olivine #9DB17E
RGB
CMYK
RGB Variations
Color information
#9DB17E (or 0x9DB17E) is known color: Olivine. HEX triplet: 9D, B1 and 7E. RGB value is (157,177,126). Sum of RGB (Red+Green+Blue) = 157+177+126=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB17E is #624E81. Grayscale: #A5A5A5. Windows color (decimal): -6442626 or 8303005. OLE color: 8303005.
HSL color Cylindrical-coordinate representation of color #9DB17E: hue angle of 83.53º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DB17E is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 177 | 126 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.31 |
| HSL | 83.53º | 0.25% | 0.59% | - |
| HSV(B) | 83.53º | 0.29% | 0.69% | - |
| XYZ | 33.39 | 40.12 | 25.72 | - |
| YUV | 165.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 126 | 0.11 | 0 | 0.29 | 0.31 | 83.53 | 0.25 | 0.59 |
| Hex | 9D | B1 | 7E | B | 0 | 1D | 1F | 54 | 19 | 3B |
| Octal | 235 | 261 | 176 | 13 | 0 | 35 | 37 | 124 | 31 | 73 |
| Binary | 10011101 | 10110001 | 1111110 | 1011 | 0 | 11101 | 11111 | 1010100 | 11001 | 111011 |
Color Harmonies of #9DB17E
Complementary color
Monochromatic Colors of #9DB17E
Black with #9DB17E
Text Example
Text Example
White with #9DB17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB17E; }
p { color: rgb(157,177,126); }
H1.HeaderClassName
{
color: #9DB17E;
}
.AnyTagClassName
{
color: #9DB17E;
}
</style>
background-color css
<style>
a { background-color: #9DB17E; }
a { background-color: rgb(157,177,126); }
div.DivClassName
{
background-color: #9DB17E;
}
.BgClassName
{
background-color: #9DB17E;
}
</style>
border-color css
<style>
span { border-color: #9DB17E; }
span { border-color: rgb(157,177,126); }
td.TdClassName
{
border-color: #9DB17E;
}
.TagClassName
{
border-color: #9DB17E;
}
</style>