Shades of Tropical Rain Forest #016B5C
Tints of Tropical Rain Forest #016B5C
RGB
CMYK
RGB Variations
Color information
#016B5C (or 0x016B5C) is known color: Tropical Rain Forest. HEX triplet: 01, 6B and 5C. RGB value is (1,107,92). Sum of RGB (Red+Green+Blue) = 1+107+92=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 107 (42.19% from 255 or 53.5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 107 - color contains mainly: green. Hex color #016B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B5C is #FE94A3. Grayscale: #494949. Windows color (decimal): -16684196 or 6056705. OLE color: 6056705.
HSL color Cylindrical-coordinate representation of color #016B5C: hue angle of 171.51º 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 #016B5C is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 107 | 92 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.58 |
| HSL | 171.51º | 0.98% | 0.21% | - |
| HSV(B) | 171.51º | 0.99% | 0.42% | - |
| XYZ | 7.2 | 11.29 | 11.93 | - |
| YUV | 73.6 | 138.38 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 92 | 0.99 | 0 | 0.14 | 0.58 | 171.51 | 0.98 | 0.21 |
| Hex | 1 | 6B | 5C | 63 | 0 | E | 3A | AC | 62 | 15 |
| Octal | 1 | 153 | 134 | 143 | 0 | 16 | 72 | 254 | 142 | 25 |
| Binary | 1 | 1101011 | 1011100 | 1100011 | 0 | 1110 | 111010 | 10101100 | 1100010 | 10101 |
Color Harmonies of #016B5C
Complementary color
Monochromatic Colors of #016B5C
Black with #016B5C
Text Example
Text Example
White with #016B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016B5C; }
p { color: rgb(1,107,92); }
H1.HeaderClassName
{
color: #016B5C;
}
.AnyTagClassName
{
color: #016B5C;
}
</style>
background-color css
<style>
a { background-color: #016B5C; }
a { background-color: rgb(1,107,92); }
div.DivClassName
{
background-color: #016B5C;
}
.BgClassName
{
background-color: #016B5C;
}
</style>
border-color css
<style>
span { border-color: #016B5C; }
span { border-color: rgb(1,107,92); }
td.TdClassName
{
border-color: #016B5C;
}
.TagClassName
{
border-color: #016B5C;
}
</style>