Shades of Olivine #9DB964
Tints of Olivine #9DB964
RGB
CMYK
RGB Variations
Color information
#9DB964 (or 0x9DB964) is known color: Olivine. HEX triplet: 9D, B9 and 64. RGB value is (157,185,100). Sum of RGB (Red+Green+Blue) = 157+185+100=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB964 is #62469B. Grayscale: #A7A7A7. Windows color (decimal): -6440604 or 6601117. OLE color: 6601117.
HSL color Cylindrical-coordinate representation of color #9DB964: hue angle of 79.76º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DB964 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 185 | 100 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.27 |
| HSL | 79.76º | 0.38% | 0.56% | - |
| HSV(B) | 79.76º | 0.46% | 0.73% | - |
| XYZ | 33.55 | 42.79 | 18.55 | - |
| YUV | 166.94 | 90.22 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 100 | 0.15 | 0 | 0.46 | 0.27 | 79.76 | 0.38 | 0.56 |
| Hex | 9D | B9 | 64 | F | 0 | 2E | 1B | 50 | 26 | 38 |
| Octal | 235 | 271 | 144 | 17 | 0 | 56 | 33 | 120 | 46 | 70 |
| Binary | 10011101 | 10111001 | 1100100 | 1111 | 0 | 101110 | 11011 | 1010000 | 100110 | 111000 |
Color Harmonies of #9DB964
Complementary color
Monochromatic Colors of #9DB964
Black with #9DB964
Text Example
Text Example
White with #9DB964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB964; }
p { color: rgb(157,185,100); }
H1.HeaderClassName
{
color: #9DB964;
}
.AnyTagClassName
{
color: #9DB964;
}
</style>
background-color css
<style>
a { background-color: #9DB964; }
a { background-color: rgb(157,185,100); }
div.DivClassName
{
background-color: #9DB964;
}
.BgClassName
{
background-color: #9DB964;
}
</style>
border-color css
<style>
span { border-color: #9DB964; }
span { border-color: rgb(157,185,100); }
td.TdClassName
{
border-color: #9DB964;
}
.TagClassName
{
border-color: #9DB964;
}
</style>