Shades of Tropical Rain Forest #017F5A
Tints of Tropical Rain Forest #017F5A
RGB
CMYK
RGB Variations
Color information
#017F5A (or 0x017F5A) is known color: Tropical Rain Forest. HEX triplet: 01, 7F and 5A. RGB value is (1,127,90). Sum of RGB (Red+Green+Blue) = 1+127+90=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 127 (50% from 255 or 58.26% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 127 - color contains mainly: green. Hex color #017F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017F5A is #FE80A5. Grayscale: #555555. Windows color (decimal): -16679078 or 5930753. OLE color: 5930753.
HSL color Cylindrical-coordinate representation of color #017F5A: hue angle of 162.38º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017F5A is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 127 | 90 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.50 |
| HSL | 162.38º | 0.98% | 0.25% | - |
| HSV(B) | 162.38º | 0.99% | 0.5% | - |
| XYZ | 9.45 | 15.92 | 12.25 | - |
| YUV | 85.11 | 130.76 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 90 | 0.99 | 0 | 0.29 | 0.50 | 162.38 | 0.98 | 0.25 |
| Hex | 1 | 7F | 5A | 63 | 0 | 1D | 32 | A2 | 62 | 19 |
| Octal | 1 | 177 | 132 | 143 | 0 | 35 | 62 | 242 | 142 | 31 |
| Binary | 1 | 1111111 | 1011010 | 1100011 | 0 | 11101 | 110010 | 10100010 | 1100010 | 11001 |
Color Harmonies of #017F5A
Complementary color
Monochromatic Colors of #017F5A
Black with #017F5A
Text Example
Text Example
White with #017F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017F5A; }
p { color: rgb(1,127,90); }
H1.HeaderClassName
{
color: #017F5A;
}
.AnyTagClassName
{
color: #017F5A;
}
</style>
background-color css
<style>
a { background-color: #017F5A; }
a { background-color: rgb(1,127,90); }
div.DivClassName
{
background-color: #017F5A;
}
.BgClassName
{
background-color: #017F5A;
}
</style>
border-color css
<style>
span { border-color: #017F5A; }
span { border-color: rgb(1,127,90); }
td.TdClassName
{
border-color: #017F5A;
}
.TagClassName
{
border-color: #017F5A;
}
</style>