Shades of Eucalyptus #429769
Tints of Eucalyptus #429769
RGB
CMYK
RGB Variations
Color information
#429769 (or 0x429769) is known color: Eucalyptus. HEX triplet: 42, 97 and 69. RGB value is (66,151,105). Sum of RGB (Red+Green+Blue) = 66+151+105=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 151 - color contains mainly: green. Hex color #429769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429769 is #BD6896. Grayscale: #787878. Windows color (decimal): -12413079 or 6920002. OLE color: 6920002.
HSL color Cylindrical-coordinate representation of color #429769: hue angle of 147.53º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429769 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 151 | 105 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.41 |
| HSL | 147.53º | 0.39% | 0.43% | - |
| HSV(B) | 147.53º | 0.56% | 0.59% | - |
| XYZ | 15.86 | 24.31 | 17.22 | - |
| YUV | 120.34 | 119.34 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 151 | 105 | 0.56 | 0 | 0.30 | 0.41 | 147.53 | 0.39 | 0.43 |
| Hex | 42 | 97 | 69 | 38 | 0 | 1E | 29 | 94 | 27 | 2B |
| Octal | 102 | 227 | 151 | 70 | 0 | 36 | 51 | 224 | 47 | 53 |
| Binary | 1000010 | 10010111 | 1101001 | 111000 | 0 | 11110 | 101001 | 10010100 | 100111 | 101011 |
Color Harmonies of #429769
Complementary color
Monochromatic Colors of #429769
Black with #429769
Text Example
Text Example
White with #429769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429769; }
p { color: rgb(66,151,105); }
H1.HeaderClassName
{
color: #429769;
}
.AnyTagClassName
{
color: #429769;
}
</style>
background-color css
<style>
a { background-color: #429769; }
a { background-color: rgb(66,151,105); }
div.DivClassName
{
background-color: #429769;
}
.BgClassName
{
background-color: #429769;
}
</style>
border-color css
<style>
span { border-color: #429769; }
span { border-color: rgb(66,151,105); }
td.TdClassName
{
border-color: #429769;
}
.TagClassName
{
border-color: #429769;
}
</style>