Shades of Olivine #9DB470
Tints of Olivine #9DB470
RGB
CMYK
RGB Variations
Color information
#9DB470 (or 0x9DB470) is known color: Olivine. HEX triplet: 9D, B4 and 70. RGB value is (157,180,112). Sum of RGB (Red+Green+Blue) = 157+180+112=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB470 is #624B8F. Grayscale: #A5A5A5. Windows color (decimal): -6441872 or 7386269. OLE color: 7386269.
HSL color Cylindrical-coordinate representation of color #9DB470: hue angle of 80.29º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DB470 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 112 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.29 |
| HSL | 80.29º | 0.31% | 0.57% | - |
| HSV(B) | 80.29º | 0.38% | 0.71% | - |
| XYZ | 33.15 | 40.98 | 21.49 | - |
| YUV | 165.37 | 97.88 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 112 | 0.13 | 0 | 0.38 | 0.29 | 80.29 | 0.31 | 0.57 |
| Hex | 9D | B4 | 70 | D | 0 | 26 | 1D | 50 | 1F | 39 |
| Octal | 235 | 264 | 160 | 15 | 0 | 46 | 35 | 120 | 37 | 71 |
| Binary | 10011101 | 10110100 | 1110000 | 1101 | 0 | 100110 | 11101 | 1010000 | 11111 | 111001 |
Color Harmonies of #9DB470
Complementary color
Monochromatic Colors of #9DB470
Black with #9DB470
Text Example
Text Example
White with #9DB470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB470; }
p { color: rgb(157,180,112); }
H1.HeaderClassName
{
color: #9DB470;
}
.AnyTagClassName
{
color: #9DB470;
}
</style>
background-color css
<style>
a { background-color: #9DB470; }
a { background-color: rgb(157,180,112); }
div.DivClassName
{
background-color: #9DB470;
}
.BgClassName
{
background-color: #9DB470;
}
</style>
border-color css
<style>
span { border-color: #9DB470; }
span { border-color: rgb(157,180,112); }
td.TdClassName
{
border-color: #9DB470;
}
.TagClassName
{
border-color: #9DB470;
}
</style>