Shades of Eucalyptus #269764
Tints of Eucalyptus #269764
RGB
CMYK
RGB Variations
Color information
#269764 (or 0x269764) is known color: Eucalyptus. HEX triplet: 26, 97 and 64. RGB value is (38,151,100). Sum of RGB (Red+Green+Blue) = 38+151+100=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #269764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269764 is #D9689B. Grayscale: #6F6F6F. Windows color (decimal): -14248092 or 6592294. OLE color: 6592294.
HSL color Cylindrical-coordinate representation of color #269764: hue angle of 152.92º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269764 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 151 | 100 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.41 |
| HSL | 152.92º | 0.6% | 0.37% | - |
| HSV(B) | 152.92º | 0.75% | 0.59% | - |
| XYZ | 14.17 | 23.47 | 15.84 | - |
| YUV | 111.4 | 121.56 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 151 | 100 | 0.75 | 0 | 0.34 | 0.41 | 152.92 | 0.6 | 0.37 |
| Hex | 26 | 97 | 64 | 4B | 0 | 22 | 29 | 99 | 3C | 25 |
| Octal | 46 | 227 | 144 | 113 | 0 | 42 | 51 | 231 | 74 | 45 |
| Binary | 100110 | 10010111 | 1100100 | 1001011 | 0 | 100010 | 101001 | 10011001 | 111100 | 100101 |
Color Harmonies of #269764
Complementary color
Monochromatic Colors of #269764
Black with #269764
Text Example
Text Example
White with #269764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269764; }
p { color: rgb(38,151,100); }
H1.HeaderClassName
{
color: #269764;
}
.AnyTagClassName
{
color: #269764;
}
</style>
background-color css
<style>
a { background-color: #269764; }
a { background-color: rgb(38,151,100); }
div.DivClassName
{
background-color: #269764;
}
.BgClassName
{
background-color: #269764;
}
</style>
border-color css
<style>
span { border-color: #269764; }
span { border-color: rgb(38,151,100); }
td.TdClassName
{
border-color: #269764;
}
.TagClassName
{
border-color: #269764;
}
</style>