Shades of Olivine #9CC080
Tints of Olivine #9CC080
RGB
CMYK
RGB Variations
Color information
#9CC080 (or 0x9CC080) is known color: Olivine. HEX triplet: 9C, C0 and 80. RGB value is (156,192,128). Sum of RGB (Red+Green+Blue) = 156+192+128=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC080 is #633F7F. Grayscale: #AEAEAE. Windows color (decimal): -6504320 or 8437916. OLE color: 8437916.
HSL color Cylindrical-coordinate representation of color #9CC080: hue angle of 93.75º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CC080 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 128 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.25 |
| HSL | 93.75º | 0.34% | 0.63% | - |
| HSV(B) | 93.75º | 0.33% | 0.75% | - |
| XYZ | 36.46 | 46.33 | 27.44 | - |
| YUV | 173.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 128 | 0.19 | 0 | 0.33 | 0.25 | 93.75 | 0.34 | 0.63 |
| Hex | 9C | C0 | 80 | 13 | 0 | 21 | 19 | 5E | 22 | 3F |
| Octal | 234 | 300 | 200 | 23 | 0 | 41 | 31 | 136 | 42 | 77 |
| Binary | 10011100 | 11000000 | 10000000 | 10011 | 0 | 100001 | 11001 | 1011110 | 100010 | 111111 |
Color Harmonies of #9CC080
Complementary color
Monochromatic Colors of #9CC080
Black with #9CC080
Text Example
Text Example
White with #9CC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC080; }
p { color: rgb(156,192,128); }
H1.HeaderClassName
{
color: #9CC080;
}
.AnyTagClassName
{
color: #9CC080;
}
</style>
background-color css
<style>
a { background-color: #9CC080; }
a { background-color: rgb(156,192,128); }
div.DivClassName
{
background-color: #9CC080;
}
.BgClassName
{
background-color: #9CC080;
}
</style>
border-color css
<style>
span { border-color: #9CC080; }
span { border-color: rgb(156,192,128); }
td.TdClassName
{
border-color: #9CC080;
}
.TagClassName
{
border-color: #9CC080;
}
</style>