Shades of Olivine #9DB46F
Tints of Olivine #9DB46F
RGB
CMYK
RGB Variations
Color information
#9DB46F (or 0x9DB46F) is known color: Olivine. HEX triplet: 9D, B4 and 6F. RGB value is (157,180,111). Sum of RGB (Red+Green+Blue) = 157+180+111=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB46F is #624B90. Grayscale: #A5A5A5. Windows color (decimal): -6441873 or 7320733. OLE color: 7320733.
HSL color Cylindrical-coordinate representation of color #9DB46F: hue angle of 80º degrees, saturation: 0.32, 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 #9DB46F is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 111 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.29 |
| HSL | 80º | 0.32% | 0.57% | - |
| HSV(B) | 80º | 0.38% | 0.71% | - |
| XYZ | 33.1 | 40.96 | 21.2 | - |
| YUV | 165.26 | 97.38 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 111 | 0.13 | 0 | 0.38 | 0.29 | 80 | 0.32 | 0.57 |
| Hex | 9D | B4 | 6F | D | 0 | 26 | 1D | 50 | 20 | 39 |
| Octal | 235 | 264 | 157 | 15 | 0 | 46 | 35 | 120 | 40 | 71 |
| Binary | 10011101 | 10110100 | 1101111 | 1101 | 0 | 100110 | 11101 | 1010000 | 100000 | 111001 |
Color Harmonies of #9DB46F
Complementary color
Monochromatic Colors of #9DB46F
Black with #9DB46F
Text Example
Text Example
White with #9DB46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB46F; }
p { color: rgb(157,180,111); }
H1.HeaderClassName
{
color: #9DB46F;
}
.AnyTagClassName
{
color: #9DB46F;
}
</style>
background-color css
<style>
a { background-color: #9DB46F; }
a { background-color: rgb(157,180,111); }
div.DivClassName
{
background-color: #9DB46F;
}
.BgClassName
{
background-color: #9DB46F;
}
</style>
border-color css
<style>
span { border-color: #9DB46F; }
span { border-color: rgb(157,180,111); }
td.TdClassName
{
border-color: #9DB46F;
}
.TagClassName
{
border-color: #9DB46F;
}
</style>