Shades of Olivine #9DBC62
Tints of Olivine #9DBC62
RGB
CMYK
RGB Variations
Color information
#9DBC62 (or 0x9DBC62) is known color: Olivine. HEX triplet: 9D, BC and 62. RGB value is (157,188,98). Sum of RGB (Red+Green+Blue) = 157+188+98=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBC62 is #62439D. Grayscale: #A8A8A8. Windows color (decimal): -6439838 or 6470813. OLE color: 6470813.
HSL color Cylindrical-coordinate representation of color #9DBC62: hue angle of 80.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DBC62 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 188 | 98 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.26 |
| HSL | 80.67º | 0.4% | 0.56% | - |
| HSV(B) | 80.67º | 0.48% | 0.74% | - |
| XYZ | 34.09 | 44.02 | 18.25 | - |
| YUV | 168.47 | 88.23 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 188 | 98 | 0.16 | 0 | 0.48 | 0.26 | 80.67 | 0.4 | 0.56 |
| Hex | 9D | BC | 62 | 10 | 0 | 30 | 1A | 51 | 28 | 38 |
| Octal | 235 | 274 | 142 | 20 | 0 | 60 | 32 | 121 | 50 | 70 |
| Binary | 10011101 | 10111100 | 1100010 | 10000 | 0 | 110000 | 11010 | 1010001 | 101000 | 111000 |
Color Harmonies of #9DBC62
Complementary color
Monochromatic Colors of #9DBC62
Black with #9DBC62
Text Example
Text Example
White with #9DBC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBC62; }
p { color: rgb(157,188,98); }
H1.HeaderClassName
{
color: #9DBC62;
}
.AnyTagClassName
{
color: #9DBC62;
}
</style>
background-color css
<style>
a { background-color: #9DBC62; }
a { background-color: rgb(157,188,98); }
div.DivClassName
{
background-color: #9DBC62;
}
.BgClassName
{
background-color: #9DBC62;
}
</style>
border-color css
<style>
span { border-color: #9DBC62; }
span { border-color: rgb(157,188,98); }
td.TdClassName
{
border-color: #9DBC62;
}
.TagClassName
{
border-color: #9DBC62;
}
</style>