Shades of Tropical Rain Forest #017060
Tints of Tropical Rain Forest #017060
RGB
CMYK
RGB Variations
Color information
#017060 (or 0x017060) is known color: Tropical Rain Forest. HEX triplet: 01, 70 and 60. RGB value is (1,112,96). Sum of RGB (Red+Green+Blue) = 1+112+96=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #017060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017060 is #FE8F9F. Grayscale: #4C4C4C. Windows color (decimal): -16682912 or 6320129. OLE color: 6320129.
HSL color Cylindrical-coordinate representation of color #017060: hue angle of 171.35º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017060 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 96 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.56 |
| HSL | 171.35º | 0.98% | 0.22% | - |
| HSV(B) | 171.35º | 0.99% | 0.44% | - |
| XYZ | 7.92 | 12.44 | 13.05 | - |
| YUV | 76.99 | 138.73 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 96 | 0.99 | 0 | 0.14 | 0.56 | 171.35 | 0.98 | 0.22 |
| Hex | 1 | 70 | 60 | 63 | 0 | E | 38 | AB | 62 | 16 |
| Octal | 1 | 160 | 140 | 143 | 0 | 16 | 70 | 253 | 142 | 26 |
| Binary | 1 | 1110000 | 1100000 | 1100011 | 0 | 1110 | 111000 | 10101011 | 1100010 | 10110 |
Color Harmonies of #017060
Complementary color
Monochromatic Colors of #017060
Black with #017060
Text Example
Text Example
White with #017060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017060; }
p { color: rgb(1,112,96); }
H1.HeaderClassName
{
color: #017060;
}
.AnyTagClassName
{
color: #017060;
}
</style>
background-color css
<style>
a { background-color: #017060; }
a { background-color: rgb(1,112,96); }
div.DivClassName
{
background-color: #017060;
}
.BgClassName
{
background-color: #017060;
}
</style>
border-color css
<style>
span { border-color: #017060; }
span { border-color: rgb(1,112,96); }
td.TdClassName
{
border-color: #017060;
}
.TagClassName
{
border-color: #017060;
}
</style>