Shades of Olivine #9DC377
Tints of Olivine #9DC377
RGB
CMYK
RGB Variations
Color information
#9DC377 (or 0x9DC377) is known color: Olivine. HEX triplet: 9D, C3 and 77. RGB value is (157,195,119). Sum of RGB (Red+Green+Blue) = 157+195+119=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC377 is #623C88. Grayscale: #AFAFAF. Windows color (decimal): -6438025 or 7848861. OLE color: 7848861.
HSL color Cylindrical-coordinate representation of color #9DC377: hue angle of 90º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DC377 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 195 | 119 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.24 |
| HSL | 90º | 0.39% | 0.62% | - |
| HSV(B) | 90º | 0.39% | 0.76% | - |
| XYZ | 36.75 | 47.53 | 24.69 | - |
| YUV | 174.97 | 96.41 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 195 | 119 | 0.19 | 0 | 0.39 | 0.24 | 90 | 0.39 | 0.62 |
| Hex | 9D | C3 | 77 | 13 | 0 | 27 | 18 | 5A | 27 | 3E |
| Octal | 235 | 303 | 167 | 23 | 0 | 47 | 30 | 132 | 47 | 76 |
| Binary | 10011101 | 11000011 | 1110111 | 10011 | 0 | 100111 | 11000 | 1011010 | 100111 | 111110 |
Color Harmonies of #9DC377
Complementary color
Monochromatic Colors of #9DC377
Black with #9DC377
Text Example
Text Example
White with #9DC377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC377; }
p { color: rgb(157,195,119); }
H1.HeaderClassName
{
color: #9DC377;
}
.AnyTagClassName
{
color: #9DC377;
}
</style>
background-color css
<style>
a { background-color: #9DC377; }
a { background-color: rgb(157,195,119); }
div.DivClassName
{
background-color: #9DC377;
}
.BgClassName
{
background-color: #9DC377;
}
</style>
border-color css
<style>
span { border-color: #9DC377; }
span { border-color: rgb(157,195,119); }
td.TdClassName
{
border-color: #9DC377;
}
.TagClassName
{
border-color: #9DC377;
}
</style>