Shades of Eucalyptus #408F69
Tints of Eucalyptus #408F69
RGB
CMYK
RGB Variations
Color information
#408F69 (or 0x408F69) is known color: Eucalyptus. HEX triplet: 40, 8F and 69. RGB value is (64,143,105). Sum of RGB (Red+Green+Blue) = 64+143+105=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 143 - color contains mainly: green. Hex color #408F69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F69 is #BF7096. Grayscale: #737373. Windows color (decimal): -12546199 or 6917952. OLE color: 6917952.
HSL color Cylindrical-coordinate representation of color #408F69: hue angle of 151.14º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408F69 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 143 | 105 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.44 |
| HSL | 151.14º | 0.38% | 0.41% | - |
| HSV(B) | 151.14º | 0.55% | 0.56% | - |
| XYZ | 14.49 | 21.75 | 16.8 | - |
| YUV | 115.05 | 122.33 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 105 | 0.55 | 0 | 0.27 | 0.44 | 151.14 | 0.38 | 0.41 |
| Hex | 40 | 8F | 69 | 37 | 0 | 1B | 2C | 97 | 26 | 29 |
| Octal | 100 | 217 | 151 | 67 | 0 | 33 | 54 | 227 | 46 | 51 |
| Binary | 1000000 | 10001111 | 1101001 | 110111 | 0 | 11011 | 101100 | 10010111 | 100110 | 101001 |
Color Harmonies of #408F69
Complementary color
Monochromatic Colors of #408F69
Black with #408F69
Text Example
Text Example
White with #408F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408F69; }
p { color: rgb(64,143,105); }
H1.HeaderClassName
{
color: #408F69;
}
.AnyTagClassName
{
color: #408F69;
}
</style>
background-color css
<style>
a { background-color: #408F69; }
a { background-color: rgb(64,143,105); }
div.DivClassName
{
background-color: #408F69;
}
.BgClassName
{
background-color: #408F69;
}
</style>
border-color css
<style>
span { border-color: #408F69; }
span { border-color: rgb(64,143,105); }
td.TdClassName
{
border-color: #408F69;
}
.TagClassName
{
border-color: #408F69;
}
</style>