Shades of Eucalyptus #3F9F67
Tints of Eucalyptus #3F9F67
RGB
CMYK
RGB Variations
Color information
#3F9F67 (or 0x3F9F67) is known color: Eucalyptus. HEX triplet: 3F, 9F and 67. RGB value is (63,159,103). Sum of RGB (Red+Green+Blue) = 63+159+103=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 159 (62.5% from 255 or 48.92% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 159 - color contains mainly: green. Hex color #3F9F67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9F67 is #C06098. Grayscale: #7C7C7C. Windows color (decimal): -12607641 or 6790975. OLE color: 6790975.
HSL color Cylindrical-coordinate representation of color #3F9F67: hue angle of 145º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9F67 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 159 | 103 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.38 |
| HSL | 145º | 0.43% | 0.44% | - |
| HSV(B) | 145º | 0.6% | 0.62% | - |
| XYZ | 16.9 | 26.83 | 17.12 | - |
| YUV | 123.91 | 116.2 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 159 | 103 | 0.60 | 0 | 0.35 | 0.38 | 145 | 0.43 | 0.44 |
| Hex | 3F | 9F | 67 | 3C | 0 | 23 | 26 | 91 | 2B | 2C |
| Octal | 77 | 237 | 147 | 74 | 0 | 43 | 46 | 221 | 53 | 54 |
| Binary | 111111 | 10011111 | 1100111 | 111100 | 0 | 100011 | 100110 | 10010001 | 101011 | 101100 |
Color Harmonies of #3F9F67
Complementary color
Monochromatic Colors of #3F9F67
Black with #3F9F67
Text Example
Text Example
White with #3F9F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9F67; }
p { color: rgb(63,159,103); }
H1.HeaderClassName
{
color: #3F9F67;
}
.AnyTagClassName
{
color: #3F9F67;
}
</style>
background-color css
<style>
a { background-color: #3F9F67; }
a { background-color: rgb(63,159,103); }
div.DivClassName
{
background-color: #3F9F67;
}
.BgClassName
{
background-color: #3F9F67;
}
</style>
border-color css
<style>
span { border-color: #3F9F67; }
span { border-color: rgb(63,159,103); }
td.TdClassName
{
border-color: #3F9F67;
}
.TagClassName
{
border-color: #3F9F67;
}
</style>