Shades of Eucalyptus #3C966F
Tints of Eucalyptus #3C966F
RGB
CMYK
RGB Variations
Color information
#3C966F (or 0x3C966F) is known color: Eucalyptus. HEX triplet: 3C, 96 and 6F. RGB value is (60,150,111). Sum of RGB (Red+Green+Blue) = 60+150+111=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #3C966F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C966F is #C36990. Grayscale: #767676. Windows color (decimal): -12806545 or 7312956. OLE color: 7312956.
HSL color Cylindrical-coordinate representation of color #3C966F: hue angle of 154º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C966F is Cyan = 0.6, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 150 | 111 | - |
| CMYK | 0.6 | 0 | 0.26 | 0.41 |
| HSL | 154º | 0.43% | 0.41% | - |
| HSV(B) | 154º | 0.6% | 0.59% | - |
| XYZ | 15.64 | 23.92 | 18.83 | - |
| YUV | 118.64 | 123.68 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 150 | 111 | 0.6 | 0 | 0.26 | 0.41 | 154 | 0.43 | 0.41 |
| Hex | 3C | 96 | 6F | 3C | 0 | 1A | 29 | 9A | 2B | 29 |
| Octal | 74 | 226 | 157 | 74 | 0 | 32 | 51 | 232 | 53 | 51 |
| Binary | 111100 | 10010110 | 1101111 | 111100 | 0 | 11010 | 101001 | 10011010 | 101011 | 101001 |
Color Harmonies of #3C966F
Complementary color
Monochromatic Colors of #3C966F
Black with #3C966F
Text Example
Text Example
White with #3C966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C966F; }
p { color: rgb(60,150,111); }
H1.HeaderClassName
{
color: #3C966F;
}
.AnyTagClassName
{
color: #3C966F;
}
</style>
background-color css
<style>
a { background-color: #3C966F; }
a { background-color: rgb(60,150,111); }
div.DivClassName
{
background-color: #3C966F;
}
.BgClassName
{
background-color: #3C966F;
}
</style>
border-color css
<style>
span { border-color: #3C966F; }
span { border-color: rgb(60,150,111); }
td.TdClassName
{
border-color: #3C966F;
}
.TagClassName
{
border-color: #3C966F;
}
</style>