Shades of Tropical Rain Forest #016D5E
Tints of Tropical Rain Forest #016D5E
RGB
CMYK
RGB Variations
Color information
#016D5E (or 0x016D5E) is known color: Tropical Rain Forest. HEX triplet: 01, 6D and 5E. RGB value is (1,109,94). Sum of RGB (Red+Green+Blue) = 1+109+94=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 109 (42.97% from 255 or 53.43% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 109 - color contains mainly: green. Hex color #016D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016D5E is #FE92A1. Grayscale: #4A4A4A. Windows color (decimal): -16683682 or 6188289. OLE color: 6188289.
HSL color Cylindrical-coordinate representation of color #016D5E: hue angle of 171.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D5E is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 109 | 94 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.57 |
| HSL | 171.67º | 0.98% | 0.22% | - |
| HSV(B) | 171.67º | 0.99% | 0.43% | - |
| XYZ | 7.5 | 11.75 | 12.46 | - |
| YUV | 75 | 138.72 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 94 | 0.99 | 0 | 0.14 | 0.57 | 171.67 | 0.98 | 0.22 |
| Hex | 1 | 6D | 5E | 63 | 0 | E | 39 | AC | 62 | 16 |
| Octal | 1 | 155 | 136 | 143 | 0 | 16 | 71 | 254 | 142 | 26 |
| Binary | 1 | 1101101 | 1011110 | 1100011 | 0 | 1110 | 111001 | 10101100 | 1100010 | 10110 |
Color Harmonies of #016D5E
Complementary color
Monochromatic Colors of #016D5E
Black with #016D5E
Text Example
Text Example
White with #016D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D5E; }
p { color: rgb(1,109,94); }
H1.HeaderClassName
{
color: #016D5E;
}
.AnyTagClassName
{
color: #016D5E;
}
</style>
background-color css
<style>
a { background-color: #016D5E; }
a { background-color: rgb(1,109,94); }
div.DivClassName
{
background-color: #016D5E;
}
.BgClassName
{
background-color: #016D5E;
}
</style>
border-color css
<style>
span { border-color: #016D5E; }
span { border-color: rgb(1,109,94); }
td.TdClassName
{
border-color: #016D5E;
}
.TagClassName
{
border-color: #016D5E;
}
</style>