Shades of Tropical Rain Forest #016F57
Tints of Tropical Rain Forest #016F57
RGB
CMYK
RGB Variations
Color information
#016F57 (or 0x016F57) is known color: Tropical Rain Forest. HEX triplet: 01, 6F and 57. RGB value is (1,111,87). Sum of RGB (Red+Green+Blue) = 1+111+87=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 111 (43.75% from 255 or 55.78% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 111 - color contains mainly: green. Hex color #016F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F57 is #FE90A8. Grayscale: #4B4B4B. Windows color (decimal): -16683177 or 5730049. OLE color: 5730049.
HSL color Cylindrical-coordinate representation of color #016F57: hue angle of 166.91º 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 #016F57 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 111 | 87 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.56 |
| HSL | 166.91º | 0.98% | 0.22% | - |
| HSV(B) | 166.91º | 0.99% | 0.44% | - |
| XYZ | 7.42 | 12.06 | 10.95 | - |
| YUV | 75.37 | 134.56 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 87 | 0.99 | 0 | 0.22 | 0.56 | 166.91 | 0.98 | 0.22 |
| Hex | 1 | 6F | 57 | 63 | 0 | 16 | 38 | A7 | 62 | 16 |
| Octal | 1 | 157 | 127 | 143 | 0 | 26 | 70 | 247 | 142 | 26 |
| Binary | 1 | 1101111 | 1010111 | 1100011 | 0 | 10110 | 111000 | 10100111 | 1100010 | 10110 |
Color Harmonies of #016F57
Complementary color
Monochromatic Colors of #016F57
Black with #016F57
Text Example
Text Example
White with #016F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F57; }
p { color: rgb(1,111,87); }
H1.HeaderClassName
{
color: #016F57;
}
.AnyTagClassName
{
color: #016F57;
}
</style>
background-color css
<style>
a { background-color: #016F57; }
a { background-color: rgb(1,111,87); }
div.DivClassName
{
background-color: #016F57;
}
.BgClassName
{
background-color: #016F57;
}
</style>
border-color css
<style>
span { border-color: #016F57; }
span { border-color: rgb(1,111,87); }
td.TdClassName
{
border-color: #016F57;
}
.TagClassName
{
border-color: #016F57;
}
</style>