Shades of Eucalyptus #429967
Tints of Eucalyptus #429967
RGB
CMYK
RGB Variations
Color information
#429967 (or 0x429967) is known color: Eucalyptus. HEX triplet: 42, 99 and 67. RGB value is (66,153,103). Sum of RGB (Red+Green+Blue) = 66+153+103=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #429967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429967 is #BD6698. Grayscale: #797979. Windows color (decimal): -12412569 or 6789442. OLE color: 6789442.
HSL color Cylindrical-coordinate representation of color #429967: hue angle of 145.52º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429967 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 153 | 103 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.4 |
| HSL | 145.52º | 0.4% | 0.43% | - |
| HSV(B) | 145.52º | 0.57% | 0.6% | - |
| XYZ | 16.09 | 24.92 | 16.79 | - |
| YUV | 121.29 | 117.68 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 153 | 103 | 0.57 | 0 | 0.33 | 0.4 | 145.52 | 0.4 | 0.43 |
| Hex | 42 | 99 | 67 | 39 | 0 | 21 | 28 | 92 | 28 | 2B |
| Octal | 102 | 231 | 147 | 71 | 0 | 41 | 50 | 222 | 50 | 53 |
| Binary | 1000010 | 10011001 | 1100111 | 111001 | 0 | 100001 | 101000 | 10010010 | 101000 | 101011 |
Color Harmonies of #429967
Complementary color
Monochromatic Colors of #429967
Black with #429967
Text Example
Text Example
White with #429967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429967; }
p { color: rgb(66,153,103); }
H1.HeaderClassName
{
color: #429967;
}
.AnyTagClassName
{
color: #429967;
}
</style>
background-color css
<style>
a { background-color: #429967; }
a { background-color: rgb(66,153,103); }
div.DivClassName
{
background-color: #429967;
}
.BgClassName
{
background-color: #429967;
}
</style>
border-color css
<style>
span { border-color: #429967; }
span { border-color: rgb(66,153,103); }
td.TdClassName
{
border-color: #429967;
}
.TagClassName
{
border-color: #429967;
}
</style>