Shades of Eucalyptus #259B68
Tints of Eucalyptus #259B68
RGB
CMYK
RGB Variations
Color information
#259B68 (or 0x259B68) is known color: Eucalyptus. HEX triplet: 25, 9B and 68. RGB value is (37,155,104). Sum of RGB (Red+Green+Blue) = 37+155+104=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #259B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259B68 is #DA6497. Grayscale: #717171. Windows color (decimal): -14312600 or 6855461. OLE color: 6855461.
HSL color Cylindrical-coordinate representation of color #259B68: hue angle of 154.07º 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 #259B68 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 155 | 104 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.39 |
| HSL | 154.07º | 0.61% | 0.38% | - |
| HSV(B) | 154.07º | 0.76% | 0.61% | - |
| XYZ | 14.98 | 24.84 | 17.1 | - |
| YUV | 113.9 | 122.41 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 155 | 104 | 0.76 | 0 | 0.33 | 0.39 | 154.07 | 0.61 | 0.38 |
| Hex | 25 | 9B | 68 | 4C | 0 | 21 | 27 | 9A | 3D | 26 |
| Octal | 45 | 233 | 150 | 114 | 0 | 41 | 47 | 232 | 75 | 46 |
| Binary | 100101 | 10011011 | 1101000 | 1001100 | 0 | 100001 | 100111 | 10011010 | 111101 | 100110 |
Color Harmonies of #259B68
Complementary color
Monochromatic Colors of #259B68
Black with #259B68
Text Example
Text Example
White with #259B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259B68; }
p { color: rgb(37,155,104); }
H1.HeaderClassName
{
color: #259B68;
}
.AnyTagClassName
{
color: #259B68;
}
</style>
background-color css
<style>
a { background-color: #259B68; }
a { background-color: rgb(37,155,104); }
div.DivClassName
{
background-color: #259B68;
}
.BgClassName
{
background-color: #259B68;
}
</style>
border-color css
<style>
span { border-color: #259B68; }
span { border-color: rgb(37,155,104); }
td.TdClassName
{
border-color: #259B68;
}
.TagClassName
{
border-color: #259B68;
}
</style>