Shades of Eucalyptus #27A166
Tints of Eucalyptus #27A166
RGB
CMYK
RGB Variations
Color information
#27A166 (or 0x27A166) is known color: Eucalyptus. HEX triplet: 27, A1 and 66. RGB value is (39,161,102). Sum of RGB (Red+Green+Blue) = 39+161+102=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #27A166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A166 is #D85E99. Grayscale: #757575. Windows color (decimal): -14179994 or 6725927. OLE color: 6725927.
HSL color Cylindrical-coordinate representation of color #27A166: hue angle of 150.98º 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 #27A166 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 161 | 102 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.37 |
| HSL | 150.98º | 0.61% | 0.39% | - |
| HSV(B) | 150.98º | 0.76% | 0.63% | - |
| XYZ | 15.98 | 26.88 | 16.92 | - |
| YUV | 117.8 | 119.08 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 161 | 102 | 0.76 | 0 | 0.37 | 0.37 | 150.98 | 0.61 | 0.39 |
| Hex | 27 | A1 | 66 | 4C | 0 | 25 | 25 | 97 | 3D | 27 |
| Octal | 47 | 241 | 146 | 114 | 0 | 45 | 45 | 227 | 75 | 47 |
| Binary | 100111 | 10100001 | 1100110 | 1001100 | 0 | 100101 | 100101 | 10010111 | 111101 | 100111 |
Color Harmonies of #27A166
Complementary color
Monochromatic Colors of #27A166
Black with #27A166
Text Example
Text Example
White with #27A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A166; }
p { color: rgb(39,161,102); }
H1.HeaderClassName
{
color: #27A166;
}
.AnyTagClassName
{
color: #27A166;
}
</style>
background-color css
<style>
a { background-color: #27A166; }
a { background-color: rgb(39,161,102); }
div.DivClassName
{
background-color: #27A166;
}
.BgClassName
{
background-color: #27A166;
}
</style>
border-color css
<style>
span { border-color: #27A166; }
span { border-color: rgb(39,161,102); }
td.TdClassName
{
border-color: #27A166;
}
.TagClassName
{
border-color: #27A166;
}
</style>