Shades of Eucalyptus #209A65
Tints of Eucalyptus #209A65
RGB
CMYK
RGB Variations
Color information
#209A65 (or 0x209A65) is known color: Eucalyptus. HEX triplet: 20, 9A and 65. RGB value is (32,154,101). Sum of RGB (Red+Green+Blue) = 32+154+101=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 154 (60.55% from 255 or 53.66% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 154 - color contains mainly: green. Hex color #209A65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209A65 is #DF659A. Grayscale: #6F6F6F. Windows color (decimal): -14640539 or 6658592. OLE color: 6658592.
HSL color Cylindrical-coordinate representation of color #209A65: hue angle of 153.93º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209A65 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 154 | 101 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.40 |
| HSL | 153.93º | 0.66% | 0.36% | - |
| HSV(B) | 153.93º | 0.79% | 0.6% | - |
| XYZ | 14.5 | 24.36 | 16.25 | - |
| YUV | 111.48 | 122.08 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 154 | 101 | 0.79 | 0 | 0.34 | 0.40 | 153.93 | 0.66 | 0.36 |
| Hex | 20 | 9A | 65 | 4F | 0 | 22 | 28 | 9A | 42 | 24 |
| Octal | 40 | 232 | 145 | 117 | 0 | 42 | 50 | 232 | 102 | 44 |
| Binary | 100000 | 10011010 | 1100101 | 1001111 | 0 | 100010 | 101000 | 10011010 | 1000010 | 100100 |
Color Harmonies of #209A65
Complementary color
Monochromatic Colors of #209A65
Black with #209A65
Text Example
Text Example
White with #209A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209A65; }
p { color: rgb(32,154,101); }
H1.HeaderClassName
{
color: #209A65;
}
.AnyTagClassName
{
color: #209A65;
}
</style>
background-color css
<style>
a { background-color: #209A65; }
a { background-color: rgb(32,154,101); }
div.DivClassName
{
background-color: #209A65;
}
.BgClassName
{
background-color: #209A65;
}
</style>
border-color css
<style>
span { border-color: #209A65; }
span { border-color: rgb(32,154,101); }
td.TdClassName
{
border-color: #209A65;
}
.TagClassName
{
border-color: #209A65;
}
</style>