Shades of Olivine #9DB46D
Tints of Olivine #9DB46D
RGB
CMYK
RGB Variations
Color information
#9DB46D (or 0x9DB46D) is known color: Olivine. HEX triplet: 9D, B4 and 6D. RGB value is (157,180,109). Sum of RGB (Red+Green+Blue) = 157+180+109=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB46D is #624B92. Grayscale: #A5A5A5. Windows color (decimal): -6441875 or 7189661. OLE color: 7189661.
HSL color Cylindrical-coordinate representation of color #9DB46D: hue angle of 79.44º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DB46D is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 109 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.29 |
| HSL | 79.44º | 0.32% | 0.57% | - |
| HSV(B) | 79.44º | 0.39% | 0.71% | - |
| XYZ | 32.99 | 40.91 | 20.63 | - |
| YUV | 165.03 | 96.38 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 109 | 0.13 | 0 | 0.39 | 0.29 | 79.44 | 0.32 | 0.57 |
| Hex | 9D | B4 | 6D | D | 0 | 27 | 1D | 4F | 20 | 39 |
| Octal | 235 | 264 | 155 | 15 | 0 | 47 | 35 | 117 | 40 | 71 |
| Binary | 10011101 | 10110100 | 1101101 | 1101 | 0 | 100111 | 11101 | 1001111 | 100000 | 111001 |
Color Harmonies of #9DB46D
Complementary color
Monochromatic Colors of #9DB46D
Black with #9DB46D
Text Example
Text Example
White with #9DB46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB46D; }
p { color: rgb(157,180,109); }
H1.HeaderClassName
{
color: #9DB46D;
}
.AnyTagClassName
{
color: #9DB46D;
}
</style>
background-color css
<style>
a { background-color: #9DB46D; }
a { background-color: rgb(157,180,109); }
div.DivClassName
{
background-color: #9DB46D;
}
.BgClassName
{
background-color: #9DB46D;
}
</style>
border-color css
<style>
span { border-color: #9DB46D; }
span { border-color: rgb(157,180,109); }
td.TdClassName
{
border-color: #9DB46D;
}
.TagClassName
{
border-color: #9DB46D;
}
</style>