Shades of Tropical Rain Forest #017E56
Tints of Tropical Rain Forest #017E56
RGB
CMYK
RGB Variations
Color information
#017E56 (or 0x017E56) is known color: Tropical Rain Forest. HEX triplet: 01, 7E and 56. RGB value is (1,126,86). Sum of RGB (Red+Green+Blue) = 1+126+86=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 126 (49.61% from 255 or 59.15% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 126 - color contains mainly: green. Hex color #017E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017E56 is #FE81A9. Grayscale: #545454. Windows color (decimal): -16679338 or 5668353. OLE color: 5668353.
HSL color Cylindrical-coordinate representation of color #017E56: hue angle of 160.8º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017E56 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 126 | 86 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.51 |
| HSL | 160.8º | 0.98% | 0.25% | - |
| HSV(B) | 160.8º | 0.99% | 0.49% | - |
| XYZ | 9.15 | 15.6 | 11.33 | - |
| YUV | 84.07 | 129.09 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 86 | 0.99 | 0 | 0.32 | 0.51 | 160.8 | 0.98 | 0.25 |
| Hex | 1 | 7E | 56 | 63 | 0 | 20 | 33 | A1 | 62 | 19 |
| Octal | 1 | 176 | 126 | 143 | 0 | 40 | 63 | 241 | 142 | 31 |
| Binary | 1 | 1111110 | 1010110 | 1100011 | 0 | 100000 | 110011 | 10100001 | 1100010 | 11001 |
Color Harmonies of #017E56
Complementary color
Monochromatic Colors of #017E56
Black with #017E56
Text Example
Text Example
White with #017E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017E56; }
p { color: rgb(1,126,86); }
H1.HeaderClassName
{
color: #017E56;
}
.AnyTagClassName
{
color: #017E56;
}
</style>
background-color css
<style>
a { background-color: #017E56; }
a { background-color: rgb(1,126,86); }
div.DivClassName
{
background-color: #017E56;
}
.BgClassName
{
background-color: #017E56;
}
</style>
border-color css
<style>
span { border-color: #017E56; }
span { border-color: rgb(1,126,86); }
td.TdClassName
{
border-color: #017E56;
}
.TagClassName
{
border-color: #017E56;
}
</style>