Html Css Color HEX #016F65 Tropical Rain Forest
📋 copy color: '#016F65'red 1 ◦ green 111 ◦ blue 101
Shades of Tropical Rain Forest #016F65
Tints of Tropical Rain Forest #016F65
RGB
CMYK
RGB Variations
Color information
#016F65 (or 0x016F65) is known color: Tropical Rain Forest. HEX triplet: 01, 6F and 65. RGB value is (1,111,101). Sum of RGB (Red+Green+Blue) = 1+111+101=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 111 (43.75% from 255 or 52.11% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 111 - color contains mainly: green. Hex color #016F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F65 is #FE909A. Grayscale: #4C4C4C. Windows color (decimal): -16683163 or 6647553. OLE color: 6647553.
HSL color Cylindrical-coordinate representation of color #016F65: hue angle of 174.55º 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 #016F65 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 111 | 101 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.56 |
| HSL | 174.55º | 0.98% | 0.22% | - |
| HSV(B) | 174.55º | 0.99% | 0.44% | - |
| XYZ | 8.05 | 12.31 | 14.26 | - |
| YUV | 76.97 | 141.56 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 101 | 0.99 | 0 | 0.09 | 0.56 | 174.55 | 0.98 | 0.22 |
| Hex | 1 | 6F | 65 | 63 | 0 | 9 | 38 | AF | 62 | 16 |
| Octal | 1 | 157 | 145 | 143 | 0 | 11 | 70 | 257 | 142 | 26 |
| Binary | 1 | 1101111 | 1100101 | 1100011 | 0 | 1001 | 111000 | 10101111 | 1100010 | 10110 |
Color Harmonies of #016F65
Complementary color
Monochromatic Colors of #016F65
Black with #016F65
Text Example
Text Example
White with #016F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F65; }
p { color: rgb(1,111,101); }
H1.HeaderClassName
{
color: #016F65;
}
.AnyTagClassName
{
color: #016F65;
}
</style>
background-color css
<style>
a { background-color: #016F65; }
a { background-color: rgb(1,111,101); }
div.DivClassName
{
background-color: #016F65;
}
.BgClassName
{
background-color: #016F65;
}
</style>
border-color css
<style>
span { border-color: #016F65; }
span { border-color: rgb(1,111,101); }
td.TdClassName
{
border-color: #016F65;
}
.TagClassName
{
border-color: #016F65;
}
</style>