Shades of Tropical Rain Forest #017F56
Tints of Tropical Rain Forest #017F56
RGB
CMYK
RGB Variations
Color information
#017F56 (or 0x017F56) is known color: Tropical Rain Forest. HEX triplet: 01, 7F and 56. RGB value is (1,127,86). Sum of RGB (Red+Green+Blue) = 1+127+86=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 127 (50% from 255 or 59.35% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 127 - color contains mainly: green. Hex color #017F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017F56 is #FE80A9. Grayscale: #545454. Windows color (decimal): -16679082 or 5668609. OLE color: 5668609.
HSL color Cylindrical-coordinate representation of color #017F56: hue angle of 160.48º 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 #017F56 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 127 | 86 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.50 |
| HSL | 160.48º | 0.98% | 0.25% | - |
| HSV(B) | 160.48º | 0.99% | 0.5% | - |
| XYZ | 9.28 | 15.86 | 11.38 | - |
| YUV | 84.65 | 128.76 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 86 | 0.99 | 0 | 0.32 | 0.50 | 160.48 | 0.98 | 0.25 |
| Hex | 1 | 7F | 56 | 63 | 0 | 20 | 32 | A0 | 62 | 19 |
| Octal | 1 | 177 | 126 | 143 | 0 | 40 | 62 | 240 | 142 | 31 |
| Binary | 1 | 1111111 | 1010110 | 1100011 | 0 | 100000 | 110010 | 10100000 | 1100010 | 11001 |
Color Harmonies of #017F56
Complementary color
Monochromatic Colors of #017F56
Black with #017F56
Text Example
Text Example
White with #017F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017F56; }
p { color: rgb(1,127,86); }
H1.HeaderClassName
{
color: #017F56;
}
.AnyTagClassName
{
color: #017F56;
}
</style>
background-color css
<style>
a { background-color: #017F56; }
a { background-color: rgb(1,127,86); }
div.DivClassName
{
background-color: #017F56;
}
.BgClassName
{
background-color: #017F56;
}
</style>
border-color css
<style>
span { border-color: #017F56; }
span { border-color: rgb(1,127,86); }
td.TdClassName
{
border-color: #017F56;
}
.TagClassName
{
border-color: #017F56;
}
</style>