Shades of Tropical Rain Forest #016B57
Tints of Tropical Rain Forest #016B57
RGB
CMYK
RGB Variations
Color information
#016B57 (or 0x016B57) is known color: Tropical Rain Forest. HEX triplet: 01, 6B and 57. RGB value is (1,107,87). Sum of RGB (Red+Green+Blue) = 1+107+87=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 107 (42.19% from 255 or 54.87% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 107 - color contains mainly: green. Hex color #016B57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B57 is #FE94A8. Grayscale: #494949. Windows color (decimal): -16684201 or 5729025. OLE color: 5729025.
HSL color Cylindrical-coordinate representation of color #016B57: hue angle of 168.68º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B57 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 107 | 87 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.58 |
| HSL | 168.68º | 0.98% | 0.21% | - |
| HSV(B) | 168.68º | 0.99% | 0.42% | - |
| XYZ | 6.99 | 11.21 | 10.81 | - |
| YUV | 73.03 | 135.88 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 87 | 0.99 | 0 | 0.19 | 0.58 | 168.68 | 0.98 | 0.21 |
| Hex | 1 | 6B | 57 | 63 | 0 | 13 | 3A | A9 | 62 | 15 |
| Octal | 1 | 153 | 127 | 143 | 0 | 23 | 72 | 251 | 142 | 25 |
| Binary | 1 | 1101011 | 1010111 | 1100011 | 0 | 10011 | 111010 | 10101001 | 1100010 | 10101 |
Color Harmonies of #016B57
Complementary color
Monochromatic Colors of #016B57
Black with #016B57
Text Example
Text Example
White with #016B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016B57; }
p { color: rgb(1,107,87); }
H1.HeaderClassName
{
color: #016B57;
}
.AnyTagClassName
{
color: #016B57;
}
</style>
background-color css
<style>
a { background-color: #016B57; }
a { background-color: rgb(1,107,87); }
div.DivClassName
{
background-color: #016B57;
}
.BgClassName
{
background-color: #016B57;
}
</style>
border-color css
<style>
span { border-color: #016B57; }
span { border-color: rgb(1,107,87); }
td.TdClassName
{
border-color: #016B57;
}
.TagClassName
{
border-color: #016B57;
}
</style>