Shades of Eucalyptus #279C6A
Tints of Eucalyptus #279C6A
RGB
CMYK
RGB Variations
Color information
#279C6A (or 0x279C6A) is known color: Eucalyptus. HEX triplet: 27, 9C and 6A. RGB value is (39,156,106). Sum of RGB (Red+Green+Blue) = 39+156+106=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 156 (61.33% from 255 or 51.83% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 156 - color contains mainly: green. Hex color #279C6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279C6A is #D86395. Grayscale: #737373. Windows color (decimal): -14181270 or 6986791. OLE color: 6986791.
HSL color Cylindrical-coordinate representation of color #279C6A: hue angle of 154.36º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279C6A is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 156 | 106 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.39 |
| HSL | 154.36º | 0.6% | 0.38% | - |
| HSV(B) | 154.36º | 0.75% | 0.61% | - |
| XYZ | 15.33 | 25.25 | 17.7 | - |
| YUV | 115.32 | 122.74 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 156 | 106 | 0.75 | 0 | 0.32 | 0.39 | 154.36 | 0.6 | 0.38 |
| Hex | 27 | 9C | 6A | 4B | 0 | 20 | 27 | 9A | 3C | 26 |
| Octal | 47 | 234 | 152 | 113 | 0 | 40 | 47 | 232 | 74 | 46 |
| Binary | 100111 | 10011100 | 1101010 | 1001011 | 0 | 100000 | 100111 | 10011010 | 111100 | 100110 |
Color Harmonies of #279C6A
Complementary color
Monochromatic Colors of #279C6A
Black with #279C6A
Text Example
Text Example
White with #279C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279C6A; }
p { color: rgb(39,156,106); }
H1.HeaderClassName
{
color: #279C6A;
}
.AnyTagClassName
{
color: #279C6A;
}
</style>
background-color css
<style>
a { background-color: #279C6A; }
a { background-color: rgb(39,156,106); }
div.DivClassName
{
background-color: #279C6A;
}
.BgClassName
{
background-color: #279C6A;
}
</style>
border-color css
<style>
span { border-color: #279C6A; }
span { border-color: rgb(39,156,106); }
td.TdClassName
{
border-color: #279C6A;
}
.TagClassName
{
border-color: #279C6A;
}
</style>