Shades of Eucalyptus #269C68
Tints of Eucalyptus #269C68
RGB
CMYK
RGB Variations
Color information
#269C68 (or 0x269C68) is known color: Eucalyptus. HEX triplet: 26, 9C and 68. RGB value is (38,156,104). Sum of RGB (Red+Green+Blue) = 38+156+104=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 156 (61.33% from 255 or 52.35% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 156 - color contains mainly: green. Hex color #269C68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269C68 is #D96397. Grayscale: #727272. Windows color (decimal): -14246808 or 6855718. OLE color: 6855718.
HSL color Cylindrical-coordinate representation of color #269C68: hue angle of 153.56º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269C68 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 156 | 104 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.39 |
| HSL | 153.56º | 0.61% | 0.38% | - |
| HSV(B) | 153.56º | 0.76% | 0.61% | - |
| XYZ | 15.19 | 25.19 | 17.16 | - |
| YUV | 114.79 | 121.91 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 104 | 0.76 | 0 | 0.33 | 0.39 | 153.56 | 0.61 | 0.38 |
| Hex | 26 | 9C | 68 | 4C | 0 | 21 | 27 | 9A | 3D | 26 |
| Octal | 46 | 234 | 150 | 114 | 0 | 41 | 47 | 232 | 75 | 46 |
| Binary | 100110 | 10011100 | 1101000 | 1001100 | 0 | 100001 | 100111 | 10011010 | 111101 | 100110 |
Color Harmonies of #269C68
Complementary color
Monochromatic Colors of #269C68
Black with #269C68
Text Example
Text Example
White with #269C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269C68; }
p { color: rgb(38,156,104); }
H1.HeaderClassName
{
color: #269C68;
}
.AnyTagClassName
{
color: #269C68;
}
</style>
background-color css
<style>
a { background-color: #269C68; }
a { background-color: rgb(38,156,104); }
div.DivClassName
{
background-color: #269C68;
}
.BgClassName
{
background-color: #269C68;
}
</style>
border-color css
<style>
span { border-color: #269C68; }
span { border-color: rgb(38,156,104); }
td.TdClassName
{
border-color: #269C68;
}
.TagClassName
{
border-color: #269C68;
}
</style>