Shades of Olivine #9DC461
Tints of Olivine #9DC461
RGB
CMYK
RGB Variations
Color information
#9DC461 (or 0x9DC461) is known color: Olivine. HEX triplet: 9D, C4 and 61. RGB value is (157,196,97). Sum of RGB (Red+Green+Blue) = 157+196+97=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC461 is #623B9E. Grayscale: #ADADAD. Windows color (decimal): -6437791 or 6407325. OLE color: 6407325.
HSL color Cylindrical-coordinate representation of color #9DC461: hue angle of 83.64º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DC461 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 196 | 97 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.23 |
| HSL | 83.64º | 0.46% | 0.57% | - |
| HSV(B) | 83.64º | 0.51% | 0.77% | - |
| XYZ | 35.8 | 47.51 | 18.59 | - |
| YUV | 173.05 | 85.08 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 196 | 97 | 0.20 | 0 | 0.51 | 0.23 | 83.64 | 0.46 | 0.57 |
| Hex | 9D | C4 | 61 | 14 | 0 | 33 | 17 | 54 | 2E | 39 |
| Octal | 235 | 304 | 141 | 24 | 0 | 63 | 27 | 124 | 56 | 71 |
| Binary | 10011101 | 11000100 | 1100001 | 10100 | 0 | 110011 | 10111 | 1010100 | 101110 | 111001 |
Color Harmonies of #9DC461
Complementary color
Monochromatic Colors of #9DC461
Black with #9DC461
Text Example
Text Example
White with #9DC461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC461; }
p { color: rgb(157,196,97); }
H1.HeaderClassName
{
color: #9DC461;
}
.AnyTagClassName
{
color: #9DC461;
}
</style>
background-color css
<style>
a { background-color: #9DC461; }
a { background-color: rgb(157,196,97); }
div.DivClassName
{
background-color: #9DC461;
}
.BgClassName
{
background-color: #9DC461;
}
</style>
border-color css
<style>
span { border-color: #9DC461; }
span { border-color: rgb(157,196,97); }
td.TdClassName
{
border-color: #9DC461;
}
.TagClassName
{
border-color: #9DC461;
}
</style>