Shades of Eucalyptus #1BA75B
Tints of Eucalyptus #1BA75B
RGB
CMYK
RGB Variations
Color information
#1BA75B (or 0x1BA75B) is known color: Eucalyptus. HEX triplet: 1B, A7 and 5B. RGB value is (27,167,91). Sum of RGB (Red+Green+Blue) = 27+167+91=285 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.47% from 285); Green value is 167 (65.62% from 255 or 58.60% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 167 - color contains mainly: green. Hex color #1BA75B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA75B is #E458A4. Grayscale: #747474. Windows color (decimal): -14964901 or 6006555. OLE color: 6006555.
HSL color Cylindrical-coordinate representation of color #1BA75B: hue angle of 147.43º 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 #1BA75B is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 167 | 91 | - |
| CMYK | 0.84 | 0 | 0.46 | 0.35 |
| HSL | 147.43º | 0.72% | 0.38% | - |
| HSV(B) | 147.43º | 0.84% | 0.65% | - |
| XYZ | 16.16 | 28.63 | 14.57 | - |
| YUV | 116.48 | 113.62 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 167 | 91 | 0.84 | 0 | 0.46 | 0.35 | 147.43 | 0.72 | 0.38 |
| Hex | 1B | A7 | 5B | 54 | 0 | 2E | 23 | 93 | 48 | 26 |
| Octal | 33 | 247 | 133 | 124 | 0 | 56 | 43 | 223 | 110 | 46 |
| Binary | 11011 | 10100111 | 1011011 | 1010100 | 0 | 101110 | 100011 | 10010011 | 1001000 | 100110 |
Color Harmonies of #1BA75B
Complementary color
Monochromatic Colors of #1BA75B
Black with #1BA75B
Text Example
Text Example
White with #1BA75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA75B; }
p { color: rgb(27,167,91); }
H1.HeaderClassName
{
color: #1BA75B;
}
.AnyTagClassName
{
color: #1BA75B;
}
</style>
background-color css
<style>
a { background-color: #1BA75B; }
a { background-color: rgb(27,167,91); }
div.DivClassName
{
background-color: #1BA75B;
}
.BgClassName
{
background-color: #1BA75B;
}
</style>
border-color css
<style>
span { border-color: #1BA75B; }
span { border-color: rgb(27,167,91); }
td.TdClassName
{
border-color: #1BA75B;
}
.TagClassName
{
border-color: #1BA75B;
}
</style>