Shades of Eucalyptus #279A68
Tints of Eucalyptus #279A68
RGB
CMYK
RGB Variations
Color information
#279A68 (or 0x279A68) is known color: Eucalyptus. HEX triplet: 27, 9A and 68. RGB value is (39,154,104). Sum of RGB (Red+Green+Blue) = 39+154+104=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 154 (60.55% from 255 or 51.85% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 154 - color contains mainly: green. Hex color #279A68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279A68 is #D86597. Grayscale: #727272. Windows color (decimal): -14181784 or 6855207. OLE color: 6855207.
HSL color Cylindrical-coordinate representation of color #279A68: hue angle of 153.91º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279A68 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 154 | 104 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.40 |
| HSL | 153.91º | 0.6% | 0.38% | - |
| HSV(B) | 153.91º | 0.75% | 0.6% | - |
| XYZ | 14.89 | 24.54 | 17.05 | - |
| YUV | 113.92 | 122.4 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 154 | 104 | 0.75 | 0 | 0.32 | 0.40 | 153.91 | 0.6 | 0.38 |
| Hex | 27 | 9A | 68 | 4B | 0 | 20 | 28 | 9A | 3C | 26 |
| Octal | 47 | 232 | 150 | 113 | 0 | 40 | 50 | 232 | 74 | 46 |
| Binary | 100111 | 10011010 | 1101000 | 1001011 | 0 | 100000 | 101000 | 10011010 | 111100 | 100110 |
Color Harmonies of #279A68
Complementary color
Monochromatic Colors of #279A68
Black with #279A68
Text Example
Text Example
White with #279A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279A68; }
p { color: rgb(39,154,104); }
H1.HeaderClassName
{
color: #279A68;
}
.AnyTagClassName
{
color: #279A68;
}
</style>
background-color css
<style>
a { background-color: #279A68; }
a { background-color: rgb(39,154,104); }
div.DivClassName
{
background-color: #279A68;
}
.BgClassName
{
background-color: #279A68;
}
</style>
border-color css
<style>
span { border-color: #279A68; }
span { border-color: rgb(39,154,104); }
td.TdClassName
{
border-color: #279A68;
}
.TagClassName
{
border-color: #279A68;
}
</style>