Shades of Eucalyptus #269D67
Tints of Eucalyptus #269D67
RGB
CMYK
RGB Variations
Color information
#269D67 (or 0x269D67) is known color: Eucalyptus. HEX triplet: 26, 9D and 67. RGB value is (38,157,103). Sum of RGB (Red+Green+Blue) = 38+157+103=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 157 (61.72% from 255 or 52.68% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 157 - color contains mainly: green. Hex color #269D67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269D67 is #D96298. Grayscale: #737373. Windows color (decimal): -14246553 or 6790438. OLE color: 6790438.
HSL color Cylindrical-coordinate representation of color #269D67: hue angle of 152.77º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269D67 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 157 | 103 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.38 |
| HSL | 152.77º | 0.61% | 0.38% | - |
| HSV(B) | 152.77º | 0.76% | 0.62% | - |
| XYZ | 15.3 | 25.51 | 16.95 | - |
| YUV | 115.26 | 121.08 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 103 | 0.76 | 0 | 0.34 | 0.38 | 152.77 | 0.61 | 0.38 |
| Hex | 26 | 9D | 67 | 4C | 0 | 22 | 26 | 99 | 3D | 26 |
| Octal | 46 | 235 | 147 | 114 | 0 | 42 | 46 | 231 | 75 | 46 |
| Binary | 100110 | 10011101 | 1100111 | 1001100 | 0 | 100010 | 100110 | 10011001 | 111101 | 100110 |
Color Harmonies of #269D67
Complementary color
Monochromatic Colors of #269D67
Black with #269D67
Text Example
Text Example
White with #269D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269D67; }
p { color: rgb(38,157,103); }
H1.HeaderClassName
{
color: #269D67;
}
.AnyTagClassName
{
color: #269D67;
}
</style>
background-color css
<style>
a { background-color: #269D67; }
a { background-color: rgb(38,157,103); }
div.DivClassName
{
background-color: #269D67;
}
.BgClassName
{
background-color: #269D67;
}
</style>
border-color css
<style>
span { border-color: #269D67; }
span { border-color: rgb(38,157,103); }
td.TdClassName
{
border-color: #269D67;
}
.TagClassName
{
border-color: #269D67;
}
</style>