Shades of Eucalyptus #269C6B
Tints of Eucalyptus #269C6B
RGB
CMYK
RGB Variations
Color information
#269C6B (or 0x269C6B) is known color: Eucalyptus. HEX triplet: 26, 9C and 6B. RGB value is (38,156,107). Sum of RGB (Red+Green+Blue) = 38+156+107=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 156 (61.33% from 255 or 51.83% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 156 - color contains mainly: green. Hex color #269C6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269C6B is #D96394. Grayscale: #737373. Windows color (decimal): -14246805 or 7052326. OLE color: 7052326.
HSL color Cylindrical-coordinate representation of color #269C6B: hue angle of 155.08º 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 #269C6B is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 156 | 107 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.39 |
| HSL | 155.08º | 0.61% | 0.38% | - |
| HSV(B) | 155.08º | 0.76% | 0.61% | - |
| XYZ | 15.34 | 25.25 | 17.98 | - |
| YUV | 115.13 | 123.41 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 107 | 0.76 | 0 | 0.31 | 0.39 | 155.08 | 0.61 | 0.38 |
| Hex | 26 | 9C | 6B | 4C | 0 | 1F | 27 | 9B | 3D | 26 |
| Octal | 46 | 234 | 153 | 114 | 0 | 37 | 47 | 233 | 75 | 46 |
| Binary | 100110 | 10011100 | 1101011 | 1001100 | 0 | 11111 | 100111 | 10011011 | 111101 | 100110 |
Color Harmonies of #269C6B
Complementary color
Monochromatic Colors of #269C6B
Black with #269C6B
Text Example
Text Example
White with #269C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269C6B; }
p { color: rgb(38,156,107); }
H1.HeaderClassName
{
color: #269C6B;
}
.AnyTagClassName
{
color: #269C6B;
}
</style>
background-color css
<style>
a { background-color: #269C6B; }
a { background-color: rgb(38,156,107); }
div.DivClassName
{
background-color: #269C6B;
}
.BgClassName
{
background-color: #269C6B;
}
</style>
border-color css
<style>
span { border-color: #269C6B; }
span { border-color: rgb(38,156,107); }
td.TdClassName
{
border-color: #269C6B;
}
.TagClassName
{
border-color: #269C6B;
}
</style>