Shades of Eucalyptus #27A669
Tints of Eucalyptus #27A669
RGB
CMYK
RGB Variations
Color information
#27A669 (or 0x27A669) is known color: Eucalyptus. HEX triplet: 27, A6 and 69. RGB value is (39,166,105). Sum of RGB (Red+Green+Blue) = 39+166+105=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 166 (65.23% from 255 or 53.55% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 166 - color contains mainly: green. Hex color #27A669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A669 is #D85996. Grayscale: #797979. Windows color (decimal): -14178711 or 6923815. OLE color: 6923815.
HSL color Cylindrical-coordinate representation of color #27A669: hue angle of 151.18º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27A669 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 39 | 166 | 105 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.35 |
| HSL | 151.18º | 0.62% | 0.4% | - |
| HSV(B) | 151.18º | 0.77% | 0.65% | - |
| XYZ | 17.02 | 28.72 | 18.01 | - |
| YUV | 121.07 | 118.92 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 166 | 105 | 0.77 | 0 | 0.37 | 0.35 | 151.18 | 0.62 | 0.4 |
| Hex | 27 | A6 | 69 | 4D | 0 | 25 | 23 | 97 | 3E | 28 |
| Octal | 47 | 246 | 151 | 115 | 0 | 45 | 43 | 227 | 76 | 50 |
| Binary | 100111 | 10100110 | 1101001 | 1001101 | 0 | 100101 | 100011 | 10010111 | 111110 | 101000 |
Color Harmonies of #27A669
Complementary color
Monochromatic Colors of #27A669
Black with #27A669
Text Example
Text Example
White with #27A669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A669; }
p { color: rgb(39,166,105); }
H1.HeaderClassName
{
color: #27A669;
}
.AnyTagClassName
{
color: #27A669;
}
</style>
background-color css
<style>
a { background-color: #27A669; }
a { background-color: rgb(39,166,105); }
div.DivClassName
{
background-color: #27A669;
}
.BgClassName
{
background-color: #27A669;
}
</style>
border-color css
<style>
span { border-color: #27A669; }
span { border-color: rgb(39,166,105); }
td.TdClassName
{
border-color: #27A669;
}
.TagClassName
{
border-color: #27A669;
}
</style>