Shades of Eucalyptus #3F9769
Tints of Eucalyptus #3F9769
RGB
CMYK
RGB Variations
Color information
#3F9769 (or 0x3F9769) is known color: Eucalyptus. HEX triplet: 3F, 97 and 69. RGB value is (63,151,105). Sum of RGB (Red+Green+Blue) = 63+151+105=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #3F9769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9769 is #C06896. Grayscale: #777777. Windows color (decimal): -12609687 or 6919999. OLE color: 6919999.
HSL color Cylindrical-coordinate representation of color #3F9769: hue angle of 148.64º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F9769 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 151 | 105 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.41 |
| HSL | 148.64º | 0.41% | 0.42% | - |
| HSV(B) | 148.64º | 0.58% | 0.59% | - |
| XYZ | 15.67 | 24.21 | 17.21 | - |
| YUV | 119.44 | 119.85 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 151 | 105 | 0.58 | 0 | 0.30 | 0.41 | 148.64 | 0.41 | 0.42 |
| Hex | 3F | 97 | 69 | 3A | 0 | 1E | 29 | 95 | 29 | 2A |
| Octal | 77 | 227 | 151 | 72 | 0 | 36 | 51 | 225 | 51 | 52 |
| Binary | 111111 | 10010111 | 1101001 | 111010 | 0 | 11110 | 101001 | 10010101 | 101001 | 101010 |
Color Harmonies of #3F9769
Complementary color
Monochromatic Colors of #3F9769
Black with #3F9769
Text Example
Text Example
White with #3F9769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9769; }
p { color: rgb(63,151,105); }
H1.HeaderClassName
{
color: #3F9769;
}
.AnyTagClassName
{
color: #3F9769;
}
</style>
background-color css
<style>
a { background-color: #3F9769; }
a { background-color: rgb(63,151,105); }
div.DivClassName
{
background-color: #3F9769;
}
.BgClassName
{
background-color: #3F9769;
}
</style>
border-color css
<style>
span { border-color: #3F9769; }
span { border-color: rgb(63,151,105); }
td.TdClassName
{
border-color: #3F9769;
}
.TagClassName
{
border-color: #3F9769;
}
</style>