Shades of Eucalyptus #429069
Tints of Eucalyptus #429069
RGB
CMYK
RGB Variations
Color information
#429069 (or 0x429069) is known color: Eucalyptus. HEX triplet: 42, 90 and 69. RGB value is (66,144,105). Sum of RGB (Red+Green+Blue) = 66+144+105=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #429069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429069 is #BD6F96. Grayscale: #747474. Windows color (decimal): -12414871 or 6918210. OLE color: 6918210.
HSL color Cylindrical-coordinate representation of color #429069: hue angle of 150º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429069 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 144 | 105 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.44 |
| HSL | 150º | 0.37% | 0.41% | - |
| HSV(B) | 150º | 0.54% | 0.56% | - |
| XYZ | 14.77 | 22.12 | 16.86 | - |
| YUV | 116.23 | 121.66 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 105 | 0.54 | 0 | 0.27 | 0.44 | 150 | 0.37 | 0.41 |
| Hex | 42 | 90 | 69 | 36 | 0 | 1B | 2C | 96 | 25 | 29 |
| Octal | 102 | 220 | 151 | 66 | 0 | 33 | 54 | 226 | 45 | 51 |
| Binary | 1000010 | 10010000 | 1101001 | 110110 | 0 | 11011 | 101100 | 10010110 | 100101 | 101001 |
Color Harmonies of #429069
Complementary color
Monochromatic Colors of #429069
Black with #429069
Text Example
Text Example
White with #429069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429069; }
p { color: rgb(66,144,105); }
H1.HeaderClassName
{
color: #429069;
}
.AnyTagClassName
{
color: #429069;
}
</style>
background-color css
<style>
a { background-color: #429069; }
a { background-color: rgb(66,144,105); }
div.DivClassName
{
background-color: #429069;
}
.BgClassName
{
background-color: #429069;
}
</style>
border-color css
<style>
span { border-color: #429069; }
span { border-color: rgb(66,144,105); }
td.TdClassName
{
border-color: #429069;
}
.TagClassName
{
border-color: #429069;
}
</style>