Shades of Tropical Rain Forest #016B5A
Tints of Tropical Rain Forest #016B5A
RGB
CMYK
RGB Variations
Color information
#016B5A (or 0x016B5A) is known color: Tropical Rain Forest. HEX triplet: 01, 6B and 5A. RGB value is (1,107,90). Sum of RGB (Red+Green+Blue) = 1+107+90=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 107 (42.19% from 255 or 54.04% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 107 - color contains mainly: green. Hex color #016B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B5A is #FE94A5. Grayscale: #494949. Windows color (decimal): -16684198 or 5925633. OLE color: 5925633.
HSL color Cylindrical-coordinate representation of color #016B5A: hue angle of 170.38º 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 #016B5A is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 107 | 90 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.58 |
| HSL | 170.38º | 0.98% | 0.21% | - |
| HSV(B) | 170.38º | 0.99% | 0.42% | - |
| XYZ | 7.12 | 11.26 | 11.47 | - |
| YUV | 73.37 | 137.38 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 90 | 0.99 | 0 | 0.16 | 0.58 | 170.38 | 0.98 | 0.21 |
| Hex | 1 | 6B | 5A | 63 | 0 | 10 | 3A | AA | 62 | 15 |
| Octal | 1 | 153 | 132 | 143 | 0 | 20 | 72 | 252 | 142 | 25 |
| Binary | 1 | 1101011 | 1011010 | 1100011 | 0 | 10000 | 111010 | 10101010 | 1100010 | 10101 |
Color Harmonies of #016B5A
Complementary color
Monochromatic Colors of #016B5A
Black with #016B5A
Text Example
Text Example
White with #016B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016B5A; }
p { color: rgb(1,107,90); }
H1.HeaderClassName
{
color: #016B5A;
}
.AnyTagClassName
{
color: #016B5A;
}
</style>
background-color css
<style>
a { background-color: #016B5A; }
a { background-color: rgb(1,107,90); }
div.DivClassName
{
background-color: #016B5A;
}
.BgClassName
{
background-color: #016B5A;
}
</style>
border-color css
<style>
span { border-color: #016B5A; }
span { border-color: rgb(1,107,90); }
td.TdClassName
{
border-color: #016B5A;
}
.TagClassName
{
border-color: #016B5A;
}
</style>