Shades of Eucalyptus #26AC67
Tints of Eucalyptus #26AC67
RGB
CMYK
RGB Variations
Color information
#26AC67 (or 0x26AC67) is known color: Eucalyptus. HEX triplet: 26, AC and 67. RGB value is (38,172,103). Sum of RGB (Red+Green+Blue) = 38+172+103=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 172 (67.58% from 255 or 54.95% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 172 - color contains mainly: green. Hex color #26AC67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26AC67 is #D95398. Grayscale: #7C7C7C. Windows color (decimal): -14242713 or 6794278. OLE color: 6794278.
HSL color Cylindrical-coordinate representation of color #26AC67: hue angle of 149.1º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AC67 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 172 | 103 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.33 |
| HSL | 149.1º | 0.64% | 0.41% | - |
| HSV(B) | 149.1º | 0.78% | 0.67% | - |
| XYZ | 18 | 30.9 | 17.85 | - |
| YUV | 124.07 | 116.11 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 172 | 103 | 0.78 | 0 | 0.40 | 0.33 | 149.1 | 0.64 | 0.41 |
| Hex | 26 | AC | 67 | 4E | 0 | 28 | 21 | 95 | 40 | 29 |
| Octal | 46 | 254 | 147 | 116 | 0 | 50 | 41 | 225 | 100 | 51 |
| Binary | 100110 | 10101100 | 1100111 | 1001110 | 0 | 101000 | 100001 | 10010101 | 1000000 | 101001 |
Color Harmonies of #26AC67
Complementary color
Monochromatic Colors of #26AC67
Black with #26AC67
Text Example
Text Example
White with #26AC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AC67; }
p { color: rgb(38,172,103); }
H1.HeaderClassName
{
color: #26AC67;
}
.AnyTagClassName
{
color: #26AC67;
}
</style>
background-color css
<style>
a { background-color: #26AC67; }
a { background-color: rgb(38,172,103); }
div.DivClassName
{
background-color: #26AC67;
}
.BgClassName
{
background-color: #26AC67;
}
</style>
border-color css
<style>
span { border-color: #26AC67; }
span { border-color: rgb(38,172,103); }
td.TdClassName
{
border-color: #26AC67;
}
.TagClassName
{
border-color: #26AC67;
}
</style>