Shades of Olivine #9DBC65
Tints of Olivine #9DBC65
RGB
CMYK
RGB Variations
Color information
#9DBC65 (or 0x9DBC65) is known color: Olivine. HEX triplet: 9D, BC and 65. RGB value is (157,188,101). Sum of RGB (Red+Green+Blue) = 157+188+101=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBC65 is #62439A. Grayscale: #A9A9A9. Windows color (decimal): -6439835 or 6667421. OLE color: 6667421.
HSL color Cylindrical-coordinate representation of color #9DBC65: hue angle of 81.38º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DBC65 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 188 | 101 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.26 |
| HSL | 81.38º | 0.39% | 0.57% | - |
| HSV(B) | 81.38º | 0.46% | 0.74% | - |
| XYZ | 34.24 | 44.07 | 19.01 | - |
| YUV | 168.81 | 89.73 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 188 | 101 | 0.16 | 0 | 0.46 | 0.26 | 81.38 | 0.39 | 0.57 |
| Hex | 9D | BC | 65 | 10 | 0 | 2E | 1A | 51 | 27 | 39 |
| Octal | 235 | 274 | 145 | 20 | 0 | 56 | 32 | 121 | 47 | 71 |
| Binary | 10011101 | 10111100 | 1100101 | 10000 | 0 | 101110 | 11010 | 1010001 | 100111 | 111001 |
Color Harmonies of #9DBC65
Complementary color
Monochromatic Colors of #9DBC65
Black with #9DBC65
Text Example
Text Example
White with #9DBC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBC65; }
p { color: rgb(157,188,101); }
H1.HeaderClassName
{
color: #9DBC65;
}
.AnyTagClassName
{
color: #9DBC65;
}
</style>
background-color css
<style>
a { background-color: #9DBC65; }
a { background-color: rgb(157,188,101); }
div.DivClassName
{
background-color: #9DBC65;
}
.BgClassName
{
background-color: #9DBC65;
}
</style>
border-color css
<style>
span { border-color: #9DBC65; }
span { border-color: rgb(157,188,101); }
td.TdClassName
{
border-color: #9DBC65;
}
.TagClassName
{
border-color: #9DBC65;
}
</style>