Shades of Tropical Rain Forest #016C5A
Tints of Tropical Rain Forest #016C5A
RGB
CMYK
RGB Variations
Color information
#016C5A (or 0x016C5A) is known color: Tropical Rain Forest. HEX triplet: 01, 6C and 5A. RGB value is (1,108,90). Sum of RGB (Red+Green+Blue) = 1+108+90=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 108 (42.58% from 255 or 54.27% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 108 - color contains mainly: green. Hex color #016C5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016C5A is #FE93A5. Grayscale: #494949. Windows color (decimal): -16683942 or 5925889. OLE color: 5925889.
HSL color Cylindrical-coordinate representation of color #016C5A: hue angle of 169.91º 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 #016C5A is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 108 | 90 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.58 |
| HSL | 169.91º | 0.98% | 0.21% | - |
| HSV(B) | 169.91º | 0.99% | 0.42% | - |
| XYZ | 7.22 | 11.47 | 11.51 | - |
| YUV | 73.96 | 137.05 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 90 | 0.99 | 0 | 0.17 | 0.58 | 169.91 | 0.98 | 0.21 |
| Hex | 1 | 6C | 5A | 63 | 0 | 11 | 3A | AA | 62 | 15 |
| Octal | 1 | 154 | 132 | 143 | 0 | 21 | 72 | 252 | 142 | 25 |
| Binary | 1 | 1101100 | 1011010 | 1100011 | 0 | 10001 | 111010 | 10101010 | 1100010 | 10101 |
Color Harmonies of #016C5A
Complementary color
Monochromatic Colors of #016C5A
Black with #016C5A
Text Example
Text Example
White with #016C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016C5A; }
p { color: rgb(1,108,90); }
H1.HeaderClassName
{
color: #016C5A;
}
.AnyTagClassName
{
color: #016C5A;
}
</style>
background-color css
<style>
a { background-color: #016C5A; }
a { background-color: rgb(1,108,90); }
div.DivClassName
{
background-color: #016C5A;
}
.BgClassName
{
background-color: #016C5A;
}
</style>
border-color css
<style>
span { border-color: #016C5A; }
span { border-color: rgb(1,108,90); }
td.TdClassName
{
border-color: #016C5A;
}
.TagClassName
{
border-color: #016C5A;
}
</style>