Shades of Eucalyptus #279C69
Tints of Eucalyptus #279C69
RGB
CMYK
RGB Variations
Color information
#279C69 (or 0x279C69) is known color: Eucalyptus. HEX triplet: 27, 9C and 69. RGB value is (39,156,105). Sum of RGB (Red+Green+Blue) = 39+156+105=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 156 (61.33% from 255 or 52% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 156 - color contains mainly: green. Hex color #279C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279C69 is #D86396. Grayscale: #737373. Windows color (decimal): -14181271 or 6921255. OLE color: 6921255.
HSL color Cylindrical-coordinate representation of color #279C69: hue angle of 153.85º 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 #279C69 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 156 | 105 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.39 |
| HSL | 153.85º | 0.6% | 0.38% | - |
| HSV(B) | 153.85º | 0.75% | 0.61% | - |
| XYZ | 15.27 | 25.23 | 17.43 | - |
| YUV | 115.2 | 122.24 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 156 | 105 | 0.75 | 0 | 0.33 | 0.39 | 153.85 | 0.6 | 0.38 |
| Hex | 27 | 9C | 69 | 4B | 0 | 21 | 27 | 9A | 3C | 26 |
| Octal | 47 | 234 | 151 | 113 | 0 | 41 | 47 | 232 | 74 | 46 |
| Binary | 100111 | 10011100 | 1101001 | 1001011 | 0 | 100001 | 100111 | 10011010 | 111100 | 100110 |
Color Harmonies of #279C69
Complementary color
Monochromatic Colors of #279C69
Black with #279C69
Text Example
Text Example
White with #279C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279C69; }
p { color: rgb(39,156,105); }
H1.HeaderClassName
{
color: #279C69;
}
.AnyTagClassName
{
color: #279C69;
}
</style>
background-color css
<style>
a { background-color: #279C69; }
a { background-color: rgb(39,156,105); }
div.DivClassName
{
background-color: #279C69;
}
.BgClassName
{
background-color: #279C69;
}
</style>
border-color css
<style>
span { border-color: #279C69; }
span { border-color: rgb(39,156,105); }
td.TdClassName
{
border-color: #279C69;
}
.TagClassName
{
border-color: #279C69;
}
</style>