Shades of Tropical Rain Forest #017F57
Tints of Tropical Rain Forest #017F57
RGB
CMYK
RGB Variations
Color information
#017F57 (or 0x017F57) is known color: Tropical Rain Forest. HEX triplet: 01, 7F and 57. RGB value is (1,127,87). Sum of RGB (Red+Green+Blue) = 1+127+87=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 127 (50% from 255 or 59.07% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 127 - color contains mainly: green. Hex color #017F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017F57 is #FE80A8. Grayscale: #545454. Windows color (decimal): -16679081 or 5734145. OLE color: 5734145.
HSL color Cylindrical-coordinate representation of color #017F57: hue angle of 160.95º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017F57 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 127 | 87 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.50 |
| HSL | 160.95º | 0.98% | 0.25% | - |
| HSV(B) | 160.95º | 0.99% | 0.5% | - |
| XYZ | 9.32 | 15.87 | 11.59 | - |
| YUV | 84.77 | 129.26 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 87 | 0.99 | 0 | 0.31 | 0.50 | 160.95 | 0.98 | 0.25 |
| Hex | 1 | 7F | 57 | 63 | 0 | 1F | 32 | A1 | 62 | 19 |
| Octal | 1 | 177 | 127 | 143 | 0 | 37 | 62 | 241 | 142 | 31 |
| Binary | 1 | 1111111 | 1010111 | 1100011 | 0 | 11111 | 110010 | 10100001 | 1100010 | 11001 |
Color Harmonies of #017F57
Complementary color
Monochromatic Colors of #017F57
Black with #017F57
Text Example
Text Example
White with #017F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017F57; }
p { color: rgb(1,127,87); }
H1.HeaderClassName
{
color: #017F57;
}
.AnyTagClassName
{
color: #017F57;
}
</style>
background-color css
<style>
a { background-color: #017F57; }
a { background-color: rgb(1,127,87); }
div.DivClassName
{
background-color: #017F57;
}
.BgClassName
{
background-color: #017F57;
}
</style>
border-color css
<style>
span { border-color: #017F57; }
span { border-color: rgb(1,127,87); }
td.TdClassName
{
border-color: #017F57;
}
.TagClassName
{
border-color: #017F57;
}
</style>