Shades of Olivine #9DC174
Tints of Olivine #9DC174
RGB
CMYK
RGB Variations
Color information
#9DC174 (or 0x9DC174) is known color: Olivine. HEX triplet: 9D, C1 and 74. RGB value is (157,193,116). Sum of RGB (Red+Green+Blue) = 157+193+116=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC174 is #623E8B. Grayscale: #ADADAD. Windows color (decimal): -6438540 or 7651741. OLE color: 7651741.
HSL color Cylindrical-coordinate representation of color #9DC174: hue angle of 88.05º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DC174 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 116 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.24 |
| HSL | 88.05º | 0.38% | 0.61% | - |
| HSV(B) | 88.05º | 0.4% | 0.76% | - |
| XYZ | 36.13 | 46.57 | 23.61 | - |
| YUV | 173.46 | 95.57 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 116 | 0.19 | 0 | 0.40 | 0.24 | 88.05 | 0.38 | 0.61 |
| Hex | 9D | C1 | 74 | 13 | 0 | 28 | 18 | 58 | 26 | 3D |
| Octal | 235 | 301 | 164 | 23 | 0 | 50 | 30 | 130 | 46 | 75 |
| Binary | 10011101 | 11000001 | 1110100 | 10011 | 0 | 101000 | 11000 | 1011000 | 100110 | 111101 |
Color Harmonies of #9DC174
Complementary color
Monochromatic Colors of #9DC174
Black with #9DC174
Text Example
Text Example
White with #9DC174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC174; }
p { color: rgb(157,193,116); }
H1.HeaderClassName
{
color: #9DC174;
}
.AnyTagClassName
{
color: #9DC174;
}
</style>
background-color css
<style>
a { background-color: #9DC174; }
a { background-color: rgb(157,193,116); }
div.DivClassName
{
background-color: #9DC174;
}
.BgClassName
{
background-color: #9DC174;
}
</style>
border-color css
<style>
span { border-color: #9DC174; }
span { border-color: rgb(157,193,116); }
td.TdClassName
{
border-color: #9DC174;
}
.TagClassName
{
border-color: #9DC174;
}
</style>