Shades of Eucalyptus #279B6C
Tints of Eucalyptus #279B6C
RGB
CMYK
RGB Variations
Color information
#279B6C (or 0x279B6C) is known color: Eucalyptus. HEX triplet: 27, 9B and 6C. RGB value is (39,155,108). Sum of RGB (Red+Green+Blue) = 39+155+108=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 155 (60.94% from 255 or 51.32% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 155 - color contains mainly: green. Hex color #279B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279B6C is #D86493. Grayscale: #737373. Windows color (decimal): -14181524 or 7117607. OLE color: 7117607.
HSL color Cylindrical-coordinate representation of color #279B6C: hue angle of 155.69º 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 #279B6C is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 155 | 108 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.39 |
| HSL | 155.69º | 0.6% | 0.38% | - |
| HSV(B) | 155.69º | 0.75% | 0.61% | - |
| XYZ | 15.26 | 24.96 | 18.2 | - |
| YUV | 114.96 | 124.07 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 155 | 108 | 0.75 | 0 | 0.30 | 0.39 | 155.69 | 0.6 | 0.38 |
| Hex | 27 | 9B | 6C | 4B | 0 | 1E | 27 | 9C | 3C | 26 |
| Octal | 47 | 233 | 154 | 113 | 0 | 36 | 47 | 234 | 74 | 46 |
| Binary | 100111 | 10011011 | 1101100 | 1001011 | 0 | 11110 | 100111 | 10011100 | 111100 | 100110 |
Color Harmonies of #279B6C
Complementary color
Monochromatic Colors of #279B6C
Black with #279B6C
Text Example
Text Example
White with #279B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279B6C; }
p { color: rgb(39,155,108); }
H1.HeaderClassName
{
color: #279B6C;
}
.AnyTagClassName
{
color: #279B6C;
}
</style>
background-color css
<style>
a { background-color: #279B6C; }
a { background-color: rgb(39,155,108); }
div.DivClassName
{
background-color: #279B6C;
}
.BgClassName
{
background-color: #279B6C;
}
</style>
border-color css
<style>
span { border-color: #279B6C; }
span { border-color: rgb(39,155,108); }
td.TdClassName
{
border-color: #279B6C;
}
.TagClassName
{
border-color: #279B6C;
}
</style>