Shades of Olivine #9DB46B
Tints of Olivine #9DB46B
RGB
CMYK
RGB Variations
Color information
#9DB46B (or 0x9DB46B) is known color: Olivine. HEX triplet: 9D, B4 and 6B. RGB value is (157,180,107). Sum of RGB (Red+Green+Blue) = 157+180+107=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB46B is #624B94. Grayscale: #A5A5A5. Windows color (decimal): -6441877 or 7058589. OLE color: 7058589.
HSL color Cylindrical-coordinate representation of color #9DB46B: hue angle of 78.9º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DB46B is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 107 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.29 |
| HSL | 78.9º | 0.33% | 0.56% | - |
| HSV(B) | 78.9º | 0.41% | 0.71% | - |
| XYZ | 32.88 | 40.87 | 20.07 | - |
| YUV | 164.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 107 | 0.13 | 0 | 0.41 | 0.29 | 78.9 | 0.33 | 0.56 |
| Hex | 9D | B4 | 6B | D | 0 | 29 | 1D | 4F | 21 | 38 |
| Octal | 235 | 264 | 153 | 15 | 0 | 51 | 35 | 117 | 41 | 70 |
| Binary | 10011101 | 10110100 | 1101011 | 1101 | 0 | 101001 | 11101 | 1001111 | 100001 | 111000 |
Color Harmonies of #9DB46B
Complementary color
Monochromatic Colors of #9DB46B
Black with #9DB46B
Text Example
Text Example
White with #9DB46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB46B; }
p { color: rgb(157,180,107); }
H1.HeaderClassName
{
color: #9DB46B;
}
.AnyTagClassName
{
color: #9DB46B;
}
</style>
background-color css
<style>
a { background-color: #9DB46B; }
a { background-color: rgb(157,180,107); }
div.DivClassName
{
background-color: #9DB46B;
}
.BgClassName
{
background-color: #9DB46B;
}
</style>
border-color css
<style>
span { border-color: #9DB46B; }
span { border-color: rgb(157,180,107); }
td.TdClassName
{
border-color: #9DB46B;
}
.TagClassName
{
border-color: #9DB46B;
}
</style>