Shades of Tropical Rain Forest #016F5C
Tints of Tropical Rain Forest #016F5C
RGB
CMYK
RGB Variations
Color information
#016F5C (or 0x016F5C) is known color: Tropical Rain Forest. HEX triplet: 01, 6F and 5C. RGB value is (1,111,92). Sum of RGB (Red+Green+Blue) = 1+111+92=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 111 (43.75% from 255 or 54.41% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 111 - color contains mainly: green. Hex color #016F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F5C is #FE90A3. Grayscale: #4B4B4B. Windows color (decimal): -16683172 or 6057729. OLE color: 6057729.
HSL color Cylindrical-coordinate representation of color #016F5C: hue angle of 169.64º 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 #016F5C is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 111 | 92 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.56 |
| HSL | 169.64º | 0.98% | 0.22% | - |
| HSV(B) | 169.64º | 0.99% | 0.44% | - |
| XYZ | 7.63 | 12.15 | 12.07 | - |
| YUV | 75.94 | 137.06 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 92 | 0.99 | 0 | 0.17 | 0.56 | 169.64 | 0.98 | 0.22 |
| Hex | 1 | 6F | 5C | 63 | 0 | 11 | 38 | AA | 62 | 16 |
| Octal | 1 | 157 | 134 | 143 | 0 | 21 | 70 | 252 | 142 | 26 |
| Binary | 1 | 1101111 | 1011100 | 1100011 | 0 | 10001 | 111000 | 10101010 | 1100010 | 10110 |
Color Harmonies of #016F5C
Complementary color
Monochromatic Colors of #016F5C
Black with #016F5C
Text Example
Text Example
White with #016F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F5C; }
p { color: rgb(1,111,92); }
H1.HeaderClassName
{
color: #016F5C;
}
.AnyTagClassName
{
color: #016F5C;
}
</style>
background-color css
<style>
a { background-color: #016F5C; }
a { background-color: rgb(1,111,92); }
div.DivClassName
{
background-color: #016F5C;
}
.BgClassName
{
background-color: #016F5C;
}
</style>
border-color css
<style>
span { border-color: #016F5C; }
span { border-color: rgb(1,111,92); }
td.TdClassName
{
border-color: #016F5C;
}
.TagClassName
{
border-color: #016F5C;
}
</style>