Shades of Olivine #9CC07C
Tints of Olivine #9CC07C
RGB
CMYK
RGB Variations
Color information
#9CC07C (or 0x9CC07C) is known color: Olivine. HEX triplet: 9C, C0 and 7C. RGB value is (156,192,124). Sum of RGB (Red+Green+Blue) = 156+192+124=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC07C is #633F83. Grayscale: #ADADAD. Windows color (decimal): -6504324 or 8175772. OLE color: 8175772.
HSL color Cylindrical-coordinate representation of color #9CC07C: hue angle of 91.76º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CC07C is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 124 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.25 |
| HSL | 91.76º | 0.35% | 0.62% | - |
| HSV(B) | 91.76º | 0.35% | 0.75% | - |
| XYZ | 36.2 | 46.22 | 26.08 | - |
| YUV | 173.48 | 100.07 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 124 | 0.19 | 0 | 0.35 | 0.25 | 91.76 | 0.35 | 0.62 |
| Hex | 9C | C0 | 7C | 13 | 0 | 23 | 19 | 5C | 23 | 3E |
| Octal | 234 | 300 | 174 | 23 | 0 | 43 | 31 | 134 | 43 | 76 |
| Binary | 10011100 | 11000000 | 1111100 | 10011 | 0 | 100011 | 11001 | 1011100 | 100011 | 111110 |
Color Harmonies of #9CC07C
Complementary color
Monochromatic Colors of #9CC07C
Black with #9CC07C
Text Example
Text Example
White with #9CC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC07C; }
p { color: rgb(156,192,124); }
H1.HeaderClassName
{
color: #9CC07C;
}
.AnyTagClassName
{
color: #9CC07C;
}
</style>
background-color css
<style>
a { background-color: #9CC07C; }
a { background-color: rgb(156,192,124); }
div.DivClassName
{
background-color: #9CC07C;
}
.BgClassName
{
background-color: #9CC07C;
}
</style>
border-color css
<style>
span { border-color: #9CC07C; }
span { border-color: rgb(156,192,124); }
td.TdClassName
{
border-color: #9CC07C;
}
.TagClassName
{
border-color: #9CC07C;
}
</style>