Shades of Eucalyptus #27A069
Tints of Eucalyptus #27A069
RGB
CMYK
RGB Variations
Color information
#27A069 (or 0x27A069) is known color: Eucalyptus. HEX triplet: 27, A0 and 69. RGB value is (39,160,105). Sum of RGB (Red+Green+Blue) = 39+160+105=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #27A069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A069 is #D85F96. Grayscale: #757575. Windows color (decimal): -14180247 or 6922279. OLE color: 6922279.
HSL color Cylindrical-coordinate representation of color #27A069: hue angle of 152.73º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A069 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 160 | 105 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.37 |
| HSL | 152.73º | 0.61% | 0.39% | - |
| HSV(B) | 152.73º | 0.76% | 0.63% | - |
| XYZ | 15.96 | 26.59 | 17.66 | - |
| YUV | 117.55 | 120.91 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 160 | 105 | 0.76 | 0 | 0.34 | 0.37 | 152.73 | 0.61 | 0.39 |
| Hex | 27 | A0 | 69 | 4C | 0 | 22 | 25 | 99 | 3D | 27 |
| Octal | 47 | 240 | 151 | 114 | 0 | 42 | 45 | 231 | 75 | 47 |
| Binary | 100111 | 10100000 | 1101001 | 1001100 | 0 | 100010 | 100101 | 10011001 | 111101 | 100111 |
Color Harmonies of #27A069
Complementary color
Monochromatic Colors of #27A069
Black with #27A069
Text Example
Text Example
White with #27A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A069; }
p { color: rgb(39,160,105); }
H1.HeaderClassName
{
color: #27A069;
}
.AnyTagClassName
{
color: #27A069;
}
</style>
background-color css
<style>
a { background-color: #27A069; }
a { background-color: rgb(39,160,105); }
div.DivClassName
{
background-color: #27A069;
}
.BgClassName
{
background-color: #27A069;
}
</style>
border-color css
<style>
span { border-color: #27A069; }
span { border-color: rgb(39,160,105); }
td.TdClassName
{
border-color: #27A069;
}
.TagClassName
{
border-color: #27A069;
}
</style>