Shades of Eucalyptus #26996B
Tints of Eucalyptus #26996B
RGB
CMYK
RGB Variations
Color information
#26996B (or 0x26996B) is known color: Eucalyptus. HEX triplet: 26, 99 and 6B. RGB value is (38,153,107). Sum of RGB (Red+Green+Blue) = 38+153+107=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #26996B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26996B is #D96694. Grayscale: #717171. Windows color (decimal): -14247573 or 7051558. OLE color: 7051558.
HSL color Cylindrical-coordinate representation of color #26996B: hue angle of 156º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26996B is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 38 | 153 | 107 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.4 |
| HSL | 156º | 0.6% | 0.37% | - |
| HSV(B) | 156º | 0.75% | 0.6% | - |
| XYZ | 14.84 | 24.26 | 17.81 | - |
| YUV | 113.37 | 124.4 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 153 | 107 | 0.75 | 0 | 0.30 | 0.4 | 156 | 0.6 | 0.37 |
| Hex | 26 | 99 | 6B | 4B | 0 | 1E | 28 | 9C | 3C | 25 |
| Octal | 46 | 231 | 153 | 113 | 0 | 36 | 50 | 234 | 74 | 45 |
| Binary | 100110 | 10011001 | 1101011 | 1001011 | 0 | 11110 | 101000 | 10011100 | 111100 | 100101 |
Color Harmonies of #26996B
Complementary color
Monochromatic Colors of #26996B
Black with #26996B
Text Example
Text Example
White with #26996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26996B; }
p { color: rgb(38,153,107); }
H1.HeaderClassName
{
color: #26996B;
}
.AnyTagClassName
{
color: #26996B;
}
</style>
background-color css
<style>
a { background-color: #26996B; }
a { background-color: rgb(38,153,107); }
div.DivClassName
{
background-color: #26996B;
}
.BgClassName
{
background-color: #26996B;
}
</style>
border-color css
<style>
span { border-color: #26996B; }
span { border-color: rgb(38,153,107); }
td.TdClassName
{
border-color: #26996B;
}
.TagClassName
{
border-color: #26996B;
}
</style>