Shades of Olivine #9DC66C
Tints of Olivine #9DC66C
RGB
CMYK
RGB Variations
Color information
#9DC66C (or 0x9DC66C) is known color: Olivine. HEX triplet: 9D, C6 and 6C. RGB value is (157,198,108). Sum of RGB (Red+Green+Blue) = 157+198+108=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC66C is #623993. Grayscale: #AFAFAF. Windows color (decimal): -6437268 or 7128733. OLE color: 7128733.
HSL color Cylindrical-coordinate representation of color #9DC66C: hue angle of 87.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DC66C is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 198 | 108 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.22 |
| HSL | 87.33º | 0.44% | 0.6% | - |
| HSV(B) | 87.33º | 0.45% | 0.78% | - |
| XYZ | 36.81 | 48.64 | 21.64 | - |
| YUV | 175.48 | 89.92 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 108 | 0.21 | 0 | 0.45 | 0.22 | 87.33 | 0.44 | 0.6 |
| Hex | 9D | C6 | 6C | 15 | 0 | 2D | 16 | 57 | 2C | 3C |
| Octal | 235 | 306 | 154 | 25 | 0 | 55 | 26 | 127 | 54 | 74 |
| Binary | 10011101 | 11000110 | 1101100 | 10101 | 0 | 101101 | 10110 | 1010111 | 101100 | 111100 |
Color Harmonies of #9DC66C
Complementary color
Monochromatic Colors of #9DC66C
Black with #9DC66C
Text Example
Text Example
White with #9DC66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC66C; }
p { color: rgb(157,198,108); }
H1.HeaderClassName
{
color: #9DC66C;
}
.AnyTagClassName
{
color: #9DC66C;
}
</style>
background-color css
<style>
a { background-color: #9DC66C; }
a { background-color: rgb(157,198,108); }
div.DivClassName
{
background-color: #9DC66C;
}
.BgClassName
{
background-color: #9DC66C;
}
</style>
border-color css
<style>
span { border-color: #9DC66C; }
span { border-color: rgb(157,198,108); }
td.TdClassName
{
border-color: #9DC66C;
}
.TagClassName
{
border-color: #9DC66C;
}
</style>