Shades of Olivine #9CC078
Tints of Olivine #9CC078
RGB
CMYK
RGB Variations
Color information
#9CC078 (or 0x9CC078) is known color: Olivine. HEX triplet: 9C, C0 and 78. RGB value is (156,192,120). Sum of RGB (Red+Green+Blue) = 156+192+120=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC078 is #633F87. Grayscale: #ADADAD. Windows color (decimal): -6504328 or 7913628. OLE color: 7913628.
HSL color Cylindrical-coordinate representation of color #9CC078: hue angle of 90º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CC078 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 120 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.25 |
| HSL | 90º | 0.36% | 0.61% | - |
| HSV(B) | 90º | 0.38% | 0.75% | - |
| XYZ | 35.95 | 46.12 | 24.78 | - |
| YUV | 173.03 | 98.07 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 120 | 0.19 | 0 | 0.38 | 0.25 | 90 | 0.36 | 0.61 |
| Hex | 9C | C0 | 78 | 13 | 0 | 26 | 19 | 5A | 24 | 3D |
| Octal | 234 | 300 | 170 | 23 | 0 | 46 | 31 | 132 | 44 | 75 |
| Binary | 10011100 | 11000000 | 1111000 | 10011 | 0 | 100110 | 11001 | 1011010 | 100100 | 111101 |
Color Harmonies of #9CC078
Complementary color
Monochromatic Colors of #9CC078
Black with #9CC078
Text Example
Text Example
White with #9CC078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC078; }
p { color: rgb(156,192,120); }
H1.HeaderClassName
{
color: #9CC078;
}
.AnyTagClassName
{
color: #9CC078;
}
</style>
background-color css
<style>
a { background-color: #9CC078; }
a { background-color: rgb(156,192,120); }
div.DivClassName
{
background-color: #9CC078;
}
.BgClassName
{
background-color: #9CC078;
}
</style>
border-color css
<style>
span { border-color: #9CC078; }
span { border-color: rgb(156,192,120); }
td.TdClassName
{
border-color: #9CC078;
}
.TagClassName
{
border-color: #9CC078;
}
</style>