Shades of Olivine #9DB171
Tints of Olivine #9DB171
RGB
CMYK
RGB Variations
Color information
#9DB171 (or 0x9DB171) is known color: Olivine. HEX triplet: 9D, B1 and 71. RGB value is (157,177,113). Sum of RGB (Red+Green+Blue) = 157+177+113=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB171 is #624E8E. Grayscale: #A3A3A3. Windows color (decimal): -6442639 or 7451037. OLE color: 7451037.
HSL color Cylindrical-coordinate representation of color #9DB171: hue angle of 78.75º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DB171 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 177 | 113 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.31 |
| HSL | 78.75º | 0.29% | 0.57% | - |
| HSV(B) | 78.75º | 0.36% | 0.69% | - |
| XYZ | 32.61 | 39.8 | 21.59 | - |
| YUV | 163.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 113 | 0.11 | 0 | 0.36 | 0.31 | 78.75 | 0.29 | 0.57 |
| Hex | 9D | B1 | 71 | B | 0 | 24 | 1F | 4F | 1D | 39 |
| Octal | 235 | 261 | 161 | 13 | 0 | 44 | 37 | 117 | 35 | 71 |
| Binary | 10011101 | 10110001 | 1110001 | 1011 | 0 | 100100 | 11111 | 1001111 | 11101 | 111001 |
Color Harmonies of #9DB171
Complementary color
Monochromatic Colors of #9DB171
Black with #9DB171
Text Example
Text Example
White with #9DB171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB171; }
p { color: rgb(157,177,113); }
H1.HeaderClassName
{
color: #9DB171;
}
.AnyTagClassName
{
color: #9DB171;
}
</style>
background-color css
<style>
a { background-color: #9DB171; }
a { background-color: rgb(157,177,113); }
div.DivClassName
{
background-color: #9DB171;
}
.BgClassName
{
background-color: #9DB171;
}
</style>
border-color css
<style>
span { border-color: #9DB171; }
span { border-color: rgb(157,177,113); }
td.TdClassName
{
border-color: #9DB171;
}
.TagClassName
{
border-color: #9DB171;
}
</style>