Shades of Eucalyptus #1BA665
Tints of Eucalyptus #1BA665
RGB
CMYK
RGB Variations
Color information
#1BA665 (or 0x1BA665) is known color: Eucalyptus. HEX triplet: 1B, A6 and 65. RGB value is (27,166,101). Sum of RGB (Red+Green+Blue) = 27+166+101=294 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.18% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #1BA665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA665 is #E4599A. Grayscale: #757575. Windows color (decimal): -14965147 or 6661659. OLE color: 6661659.
HSL color Cylindrical-coordinate representation of color #1BA665: hue angle of 151.94º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA665 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 166 | 101 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.35 |
| HSL | 151.94º | 0.72% | 0.38% | - |
| HSV(B) | 151.94º | 0.84% | 0.65% | - |
| XYZ | 16.44 | 28.45 | 16.94 | - |
| YUV | 117.03 | 118.95 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 166 | 101 | 0.84 | 0 | 0.39 | 0.35 | 151.94 | 0.72 | 0.38 |
| Hex | 1B | A6 | 65 | 54 | 0 | 27 | 23 | 98 | 48 | 26 |
| Octal | 33 | 246 | 145 | 124 | 0 | 47 | 43 | 230 | 110 | 46 |
| Binary | 11011 | 10100110 | 1100101 | 1010100 | 0 | 100111 | 100011 | 10011000 | 1001000 | 100110 |
Color Harmonies of #1BA665
Complementary color
Monochromatic Colors of #1BA665
Black with #1BA665
Text Example
Text Example
White with #1BA665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA665; }
p { color: rgb(27,166,101); }
H1.HeaderClassName
{
color: #1BA665;
}
.AnyTagClassName
{
color: #1BA665;
}
</style>
background-color css
<style>
a { background-color: #1BA665; }
a { background-color: rgb(27,166,101); }
div.DivClassName
{
background-color: #1BA665;
}
.BgClassName
{
background-color: #1BA665;
}
</style>
border-color css
<style>
span { border-color: #1BA665; }
span { border-color: rgb(27,166,101); }
td.TdClassName
{
border-color: #1BA665;
}
.TagClassName
{
border-color: #1BA665;
}
</style>