Shades of Eucalyptus #1FA765
Tints of Eucalyptus #1FA765
RGB
CMYK
RGB Variations
Color information
#1FA765 (or 0x1FA765) is known color: Eucalyptus. HEX triplet: 1F, A7 and 65. RGB value is (31,167,101). Sum of RGB (Red+Green+Blue) = 31+167+101=299 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.37% from 299); Green value is 167 (65.62% from 255 or 55.85% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 167 - color contains mainly: green. Hex color #1FA765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA765 is #E0589A. Grayscale: #767676. Windows color (decimal): -14702747 or 6661919. OLE color: 6661919.
HSL color Cylindrical-coordinate representation of color #1FA765: hue angle of 150.88º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA765 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 167 | 101 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.35 |
| HSL | 150.88º | 0.69% | 0.39% | - |
| HSV(B) | 150.88º | 0.81% | 0.65% | - |
| XYZ | 16.73 | 28.87 | 17 | - |
| YUV | 118.81 | 117.94 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 167 | 101 | 0.81 | 0 | 0.40 | 0.35 | 150.88 | 0.69 | 0.39 |
| Hex | 1F | A7 | 65 | 51 | 0 | 28 | 23 | 97 | 45 | 27 |
| Octal | 37 | 247 | 145 | 121 | 0 | 50 | 43 | 227 | 105 | 47 |
| Binary | 11111 | 10100111 | 1100101 | 1010001 | 0 | 101000 | 100011 | 10010111 | 1000101 | 100111 |
Color Harmonies of #1FA765
Complementary color
Monochromatic Colors of #1FA765
Black with #1FA765
Text Example
Text Example
White with #1FA765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA765; }
p { color: rgb(31,167,101); }
H1.HeaderClassName
{
color: #1FA765;
}
.AnyTagClassName
{
color: #1FA765;
}
</style>
background-color css
<style>
a { background-color: #1FA765; }
a { background-color: rgb(31,167,101); }
div.DivClassName
{
background-color: #1FA765;
}
.BgClassName
{
background-color: #1FA765;
}
</style>
border-color css
<style>
span { border-color: #1FA765; }
span { border-color: rgb(31,167,101); }
td.TdClassName
{
border-color: #1FA765;
}
.TagClassName
{
border-color: #1FA765;
}
</style>