Shades of Olivine #9DCB60
Tints of Olivine #9DCB60
RGB
CMYK
RGB Variations
Color information
#9DCB60 (or 0x9DCB60) is known color: Olivine. HEX triplet: 9D, CB and 60. RGB value is (157,203,96). Sum of RGB (Red+Green+Blue) = 157+203+96=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCB60 is #62349F. Grayscale: #B1B1B1. Windows color (decimal): -6436000 or 6343581. OLE color: 6343581.
HSL color Cylindrical-coordinate representation of color #9DCB60: hue angle of 85.79º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DCB60 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 96 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.20 |
| HSL | 85.79º | 0.51% | 0.59% | - |
| HSV(B) | 85.79º | 0.53% | 0.8% | - |
| XYZ | 37.37 | 50.72 | 18.89 | - |
| YUV | 177.05 | 82.26 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 96 | 0.23 | 0 | 0.53 | 0.20 | 85.79 | 0.51 | 0.59 |
| Hex | 9D | CB | 60 | 17 | 0 | 35 | 14 | 56 | 33 | 3B |
| Octal | 235 | 313 | 140 | 27 | 0 | 65 | 24 | 126 | 63 | 73 |
| Binary | 10011101 | 11001011 | 1100000 | 10111 | 0 | 110101 | 10100 | 1010110 | 110011 | 111011 |
Color Harmonies of #9DCB60
Complementary color
Monochromatic Colors of #9DCB60
Black with #9DCB60
Text Example
Text Example
White with #9DCB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCB60; }
p { color: rgb(157,203,96); }
H1.HeaderClassName
{
color: #9DCB60;
}
.AnyTagClassName
{
color: #9DCB60;
}
</style>
background-color css
<style>
a { background-color: #9DCB60; }
a { background-color: rgb(157,203,96); }
div.DivClassName
{
background-color: #9DCB60;
}
.BgClassName
{
background-color: #9DCB60;
}
</style>
border-color css
<style>
span { border-color: #9DCB60; }
span { border-color: rgb(157,203,96); }
td.TdClassName
{
border-color: #9DCB60;
}
.TagClassName
{
border-color: #9DCB60;
}
</style>