Html Css Color HEX #017564 Tropical Rain Forest
📋 copy color: '#017564'red 1 ◦ green 117 ◦ blue 100
Shades of Tropical Rain Forest #017564
Tints of Tropical Rain Forest #017564
RGB
CMYK
RGB Variations
Color information
#017564 (or 0x017564) is known color: Tropical Rain Forest. HEX triplet: 01, 75 and 64. RGB value is (1,117,100). Sum of RGB (Red+Green+Blue) = 1+117+100=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #017564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017564 is #FE8A9B. Grayscale: #505050. Windows color (decimal): -16681628 or 6583553. OLE color: 6583553.
HSL color Cylindrical-coordinate representation of color #017564: hue angle of 171.21º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017564 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 100 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.54 |
| HSL | 171.21º | 0.98% | 0.23% | - |
| HSV(B) | 171.21º | 0.99% | 0.46% | - |
| XYZ | 8.67 | 13.65 | 14.23 | - |
| YUV | 80.38 | 139.07 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 100 | 0.99 | 0 | 0.15 | 0.54 | 171.21 | 0.98 | 0.23 |
| Hex | 1 | 75 | 64 | 63 | 0 | F | 36 | AB | 62 | 17 |
| Octal | 1 | 165 | 144 | 143 | 0 | 17 | 66 | 253 | 142 | 27 |
| Binary | 1 | 1110101 | 1100100 | 1100011 | 0 | 1111 | 110110 | 10101011 | 1100010 | 10111 |
Color Harmonies of #017564
Complementary color
Monochromatic Colors of #017564
Black with #017564
Text Example
Text Example
White with #017564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017564; }
p { color: rgb(1,117,100); }
H1.HeaderClassName
{
color: #017564;
}
.AnyTagClassName
{
color: #017564;
}
</style>
background-color css
<style>
a { background-color: #017564; }
a { background-color: rgb(1,117,100); }
div.DivClassName
{
background-color: #017564;
}
.BgClassName
{
background-color: #017564;
}
</style>
border-color css
<style>
span { border-color: #017564; }
span { border-color: rgb(1,117,100); }
td.TdClassName
{
border-color: #017564;
}
.TagClassName
{
border-color: #017564;
}
</style>