Shades of Tropical Rain Forest #017D63
Tints of Tropical Rain Forest #017D63
RGB
CMYK
RGB Variations
Color information
#017D63 (or 0x017D63) is known color: Tropical Rain Forest. HEX triplet: 01, 7D and 63. RGB value is (1,125,99). Sum of RGB (Red+Green+Blue) = 1+125+99=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 125 (49.22% from 255 or 55.56% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 125 - color contains mainly: green. Hex color #017D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017D63 is #FE829C. Grayscale: #545454. Windows color (decimal): -16679581 or 6520065. OLE color: 6520065.
HSL color Cylindrical-coordinate representation of color #017D63: hue angle of 167.42º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D63 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 125 | 99 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.51 |
| HSL | 167.42º | 0.98% | 0.25% | - |
| HSV(B) | 167.42º | 0.99% | 0.49% | - |
| XYZ | 9.6 | 15.57 | 14.3 | - |
| YUV | 84.96 | 135.92 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 99 | 0.99 | 0 | 0.21 | 0.51 | 167.42 | 0.98 | 0.25 |
| Hex | 1 | 7D | 63 | 63 | 0 | 15 | 33 | A7 | 62 | 19 |
| Octal | 1 | 175 | 143 | 143 | 0 | 25 | 63 | 247 | 142 | 31 |
| Binary | 1 | 1111101 | 1100011 | 1100011 | 0 | 10101 | 110011 | 10100111 | 1100010 | 11001 |
Color Harmonies of #017D63
Complementary color
Monochromatic Colors of #017D63
Black with #017D63
Text Example
Text Example
White with #017D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017D63; }
p { color: rgb(1,125,99); }
H1.HeaderClassName
{
color: #017D63;
}
.AnyTagClassName
{
color: #017D63;
}
</style>
background-color css
<style>
a { background-color: #017D63; }
a { background-color: rgb(1,125,99); }
div.DivClassName
{
background-color: #017D63;
}
.BgClassName
{
background-color: #017D63;
}
</style>
border-color css
<style>
span { border-color: #017D63; }
span { border-color: rgb(1,125,99); }
td.TdClassName
{
border-color: #017D63;
}
.TagClassName
{
border-color: #017D63;
}
</style>