Shades of Eucalyptus #3F9A69
Tints of Eucalyptus #3F9A69
RGB
CMYK
RGB Variations
Color information
#3F9A69 (or 0x3F9A69) is known color: Eucalyptus. HEX triplet: 3F, 9A and 69. RGB value is (63,154,105). Sum of RGB (Red+Green+Blue) = 63+154+105=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 154 - color contains mainly: green. Hex color #3F9A69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9A69 is #C06596. Grayscale: #797979. Windows color (decimal): -12608919 or 6920767. OLE color: 6920767.
HSL color Cylindrical-coordinate representation of color #3F9A69: hue angle of 147.69º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9A69 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 154 | 105 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.40 |
| HSL | 147.69º | 0.42% | 0.43% | - |
| HSV(B) | 147.69º | 0.59% | 0.6% | - |
| XYZ | 16.16 | 25.19 | 17.37 | - |
| YUV | 121.21 | 118.85 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 154 | 105 | 0.59 | 0 | 0.32 | 0.40 | 147.69 | 0.42 | 0.43 |
| Hex | 3F | 9A | 69 | 3B | 0 | 20 | 28 | 94 | 2A | 2B |
| Octal | 77 | 232 | 151 | 73 | 0 | 40 | 50 | 224 | 52 | 53 |
| Binary | 111111 | 10011010 | 1101001 | 111011 | 0 | 100000 | 101000 | 10010100 | 101010 | 101011 |
Color Harmonies of #3F9A69
Complementary color
Monochromatic Colors of #3F9A69
Black with #3F9A69
Text Example
Text Example
White with #3F9A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9A69; }
p { color: rgb(63,154,105); }
H1.HeaderClassName
{
color: #3F9A69;
}
.AnyTagClassName
{
color: #3F9A69;
}
</style>
background-color css
<style>
a { background-color: #3F9A69; }
a { background-color: rgb(63,154,105); }
div.DivClassName
{
background-color: #3F9A69;
}
.BgClassName
{
background-color: #3F9A69;
}
</style>
border-color css
<style>
span { border-color: #3F9A69; }
span { border-color: rgb(63,154,105); }
td.TdClassName
{
border-color: #3F9A69;
}
.TagClassName
{
border-color: #3F9A69;
}
</style>