Shades of Eucalyptus #27AA68
Tints of Eucalyptus #27AA68
RGB
CMYK
RGB Variations
Color information
#27AA68 (or 0x27AA68) is known color: Eucalyptus. HEX triplet: 27, AA and 68. RGB value is (39,170,104). Sum of RGB (Red+Green+Blue) = 39+170+104=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #27AA68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27AA68 is #D85597. Grayscale: #7B7B7B. Windows color (decimal): -14177688 or 6859303. OLE color: 6859303.
HSL color Cylindrical-coordinate representation of color #27AA68: hue angle of 149.77º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27AA68 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 170 | 104 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.33 |
| HSL | 149.77º | 0.63% | 0.41% | - |
| HSV(B) | 149.77º | 0.77% | 0.67% | - |
| XYZ | 17.71 | 30.18 | 17.99 | - |
| YUV | 123.31 | 117.1 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 170 | 104 | 0.77 | 0 | 0.39 | 0.33 | 149.77 | 0.63 | 0.41 |
| Hex | 27 | AA | 68 | 4D | 0 | 27 | 21 | 96 | 3F | 29 |
| Octal | 47 | 252 | 150 | 115 | 0 | 47 | 41 | 226 | 77 | 51 |
| Binary | 100111 | 10101010 | 1101000 | 1001101 | 0 | 100111 | 100001 | 10010110 | 111111 | 101001 |
Color Harmonies of #27AA68
Complementary color
Monochromatic Colors of #27AA68
Black with #27AA68
Text Example
Text Example
White with #27AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AA68; }
p { color: rgb(39,170,104); }
H1.HeaderClassName
{
color: #27AA68;
}
.AnyTagClassName
{
color: #27AA68;
}
</style>
background-color css
<style>
a { background-color: #27AA68; }
a { background-color: rgb(39,170,104); }
div.DivClassName
{
background-color: #27AA68;
}
.BgClassName
{
background-color: #27AA68;
}
</style>
border-color css
<style>
span { border-color: #27AA68; }
span { border-color: rgb(39,170,104); }
td.TdClassName
{
border-color: #27AA68;
}
.TagClassName
{
border-color: #27AA68;
}
</style>