Shades of Eucalyptus #26A869
Tints of Eucalyptus #26A869
RGB
CMYK
RGB Variations
Color information
#26A869 (or 0x26A869) is known color: Eucalyptus. HEX triplet: 26, A8 and 69. RGB value is (38,168,105). Sum of RGB (Red+Green+Blue) = 38+168+105=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 168 (66.02% from 255 or 54.02% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 168 - color contains mainly: green. Hex color #26A869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A869 is #D95796. Grayscale: #7A7A7A. Windows color (decimal): -14243735 or 6924326. OLE color: 6924326.
HSL color Cylindrical-coordinate representation of color #26A869: hue angle of 150.92º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A869 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 168 | 105 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.34 |
| HSL | 150.92º | 0.63% | 0.4% | - |
| HSV(B) | 150.92º | 0.77% | 0.66% | - |
| XYZ | 17.35 | 29.44 | 18.13 | - |
| YUV | 121.95 | 118.43 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 168 | 105 | 0.77 | 0 | 0.38 | 0.34 | 150.92 | 0.63 | 0.4 |
| Hex | 26 | A8 | 69 | 4D | 0 | 26 | 22 | 97 | 3F | 28 |
| Octal | 46 | 250 | 151 | 115 | 0 | 46 | 42 | 227 | 77 | 50 |
| Binary | 100110 | 10101000 | 1101001 | 1001101 | 0 | 100110 | 100010 | 10010111 | 111111 | 101000 |
Color Harmonies of #26A869
Complementary color
Monochromatic Colors of #26A869
Black with #26A869
Text Example
Text Example
White with #26A869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A869; }
p { color: rgb(38,168,105); }
H1.HeaderClassName
{
color: #26A869;
}
.AnyTagClassName
{
color: #26A869;
}
</style>
background-color css
<style>
a { background-color: #26A869; }
a { background-color: rgb(38,168,105); }
div.DivClassName
{
background-color: #26A869;
}
.BgClassName
{
background-color: #26A869;
}
</style>
border-color css
<style>
span { border-color: #26A869; }
span { border-color: rgb(38,168,105); }
td.TdClassName
{
border-color: #26A869;
}
.TagClassName
{
border-color: #26A869;
}
</style>