Shades of Eucalyptus #20A767
Tints of Eucalyptus #20A767
RGB
CMYK
RGB Variations
Color information
#20A767 (or 0x20A767) is known color: Eucalyptus. HEX triplet: 20, A7 and 67. RGB value is (32,167,103). Sum of RGB (Red+Green+Blue) = 32+167+103=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 167 (65.62% from 255 or 55.30% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 167 - color contains mainly: green. Hex color #20A767 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A767 is #DF5898. Grayscale: #777777. Windows color (decimal): -14637209 or 6792992. OLE color: 6792992.
HSL color Cylindrical-coordinate representation of color #20A767: hue angle of 151.56º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A767 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 167 | 103 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.35 |
| HSL | 151.56º | 0.68% | 0.39% | - |
| HSV(B) | 151.56º | 0.81% | 0.65% | - |
| XYZ | 16.86 | 28.92 | 17.53 | - |
| YUV | 119.34 | 118.77 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 167 | 103 | 0.81 | 0 | 0.38 | 0.35 | 151.56 | 0.68 | 0.39 |
| Hex | 20 | A7 | 67 | 51 | 0 | 26 | 23 | 98 | 44 | 27 |
| Octal | 40 | 247 | 147 | 121 | 0 | 46 | 43 | 230 | 104 | 47 |
| Binary | 100000 | 10100111 | 1100111 | 1010001 | 0 | 100110 | 100011 | 10011000 | 1000100 | 100111 |
Color Harmonies of #20A767
Complementary color
Monochromatic Colors of #20A767
Black with #20A767
Text Example
Text Example
White with #20A767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A767; }
p { color: rgb(32,167,103); }
H1.HeaderClassName
{
color: #20A767;
}
.AnyTagClassName
{
color: #20A767;
}
</style>
background-color css
<style>
a { background-color: #20A767; }
a { background-color: rgb(32,167,103); }
div.DivClassName
{
background-color: #20A767;
}
.BgClassName
{
background-color: #20A767;
}
</style>
border-color css
<style>
span { border-color: #20A767; }
span { border-color: rgb(32,167,103); }
td.TdClassName
{
border-color: #20A767;
}
.TagClassName
{
border-color: #20A767;
}
</style>