Shades of Olivine #9CC07A
Tints of Olivine #9CC07A
RGB
CMYK
RGB Variations
Color information
#9CC07A (or 0x9CC07A) is known color: Olivine. HEX triplet: 9C, C0 and 7A. RGB value is (156,192,122). Sum of RGB (Red+Green+Blue) = 156+192+122=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC07A is #633F85. Grayscale: #ADADAD. Windows color (decimal): -6504326 or 8044700. OLE color: 8044700.
HSL color Cylindrical-coordinate representation of color #9CC07A: hue angle of 90.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CC07A is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 122 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.25 |
| HSL | 90.86º | 0.36% | 0.62% | - |
| HSV(B) | 90.86º | 0.36% | 0.75% | - |
| XYZ | 36.07 | 46.17 | 25.42 | - |
| YUV | 173.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 122 | 0.19 | 0 | 0.36 | 0.25 | 90.86 | 0.36 | 0.62 |
| Hex | 9C | C0 | 7A | 13 | 0 | 24 | 19 | 5B | 24 | 3E |
| Octal | 234 | 300 | 172 | 23 | 0 | 44 | 31 | 133 | 44 | 76 |
| Binary | 10011100 | 11000000 | 1111010 | 10011 | 0 | 100100 | 11001 | 1011011 | 100100 | 111110 |
Color Harmonies of #9CC07A
Complementary color
Monochromatic Colors of #9CC07A
Black with #9CC07A
Text Example
Text Example
White with #9CC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC07A; }
p { color: rgb(156,192,122); }
H1.HeaderClassName
{
color: #9CC07A;
}
.AnyTagClassName
{
color: #9CC07A;
}
</style>
background-color css
<style>
a { background-color: #9CC07A; }
a { background-color: rgb(156,192,122); }
div.DivClassName
{
background-color: #9CC07A;
}
.BgClassName
{
background-color: #9CC07A;
}
</style>
border-color css
<style>
span { border-color: #9CC07A; }
span { border-color: rgb(156,192,122); }
td.TdClassName
{
border-color: #9CC07A;
}
.TagClassName
{
border-color: #9CC07A;
}
</style>