Shades of Olivine #9DB475
Tints of Olivine #9DB475
RGB
CMYK
RGB Variations
Color information
#9DB475 (or 0x9DB475) is known color: Olivine. HEX triplet: 9D, B4 and 75. RGB value is (157,180,117). Sum of RGB (Red+Green+Blue) = 157+180+117=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB475 is #624B8A. Grayscale: #A6A6A6. Windows color (decimal): -6441867 or 7713949. OLE color: 7713949.
HSL color Cylindrical-coordinate representation of color #9DB475: hue angle of 81.9º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DB475 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 117 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.29 |
| HSL | 81.9º | 0.3% | 0.58% | - |
| HSV(B) | 81.9º | 0.35% | 0.71% | - |
| XYZ | 33.44 | 41.09 | 23 | - |
| YUV | 165.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 117 | 0.13 | 0 | 0.35 | 0.29 | 81.9 | 0.3 | 0.58 |
| Hex | 9D | B4 | 75 | D | 0 | 23 | 1D | 52 | 1E | 3A |
| Octal | 235 | 264 | 165 | 15 | 0 | 43 | 35 | 122 | 36 | 72 |
| Binary | 10011101 | 10110100 | 1110101 | 1101 | 0 | 100011 | 11101 | 1010010 | 11110 | 111010 |
Color Harmonies of #9DB475
Complementary color
Monochromatic Colors of #9DB475
Black with #9DB475
Text Example
Text Example
White with #9DB475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB475; }
p { color: rgb(157,180,117); }
H1.HeaderClassName
{
color: #9DB475;
}
.AnyTagClassName
{
color: #9DB475;
}
</style>
background-color css
<style>
a { background-color: #9DB475; }
a { background-color: rgb(157,180,117); }
div.DivClassName
{
background-color: #9DB475;
}
.BgClassName
{
background-color: #9DB475;
}
</style>
border-color css
<style>
span { border-color: #9DB475; }
span { border-color: rgb(157,180,117); }
td.TdClassName
{
border-color: #9DB475;
}
.TagClassName
{
border-color: #9DB475;
}
</style>