Shades of Tropical Rain Forest #017F5B
Tints of Tropical Rain Forest #017F5B
RGB
CMYK
RGB Variations
Color information
#017F5B (or 0x017F5B) is known color: Tropical Rain Forest. HEX triplet: 01, 7F and 5B. RGB value is (1,127,91). Sum of RGB (Red+Green+Blue) = 1+127+91=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 127 (50% from 255 or 57.99% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 127 - color contains mainly: green. Hex color #017F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017F5B is #FE80A4. Grayscale: #555555. Windows color (decimal): -16679077 or 5996289. OLE color: 5996289.
HSL color Cylindrical-coordinate representation of color #017F5B: hue angle of 162.86º 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 #017F5B is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 127 | 91 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.50 |
| HSL | 162.86º | 0.98% | 0.25% | - |
| HSV(B) | 162.86º | 0.99% | 0.5% | - |
| XYZ | 9.49 | 15.94 | 12.47 | - |
| YUV | 85.22 | 131.26 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 91 | 0.99 | 0 | 0.28 | 0.50 | 162.86 | 0.98 | 0.25 |
| Hex | 1 | 7F | 5B | 63 | 0 | 1C | 32 | A3 | 62 | 19 |
| Octal | 1 | 177 | 133 | 143 | 0 | 34 | 62 | 243 | 142 | 31 |
| Binary | 1 | 1111111 | 1011011 | 1100011 | 0 | 11100 | 110010 | 10100011 | 1100010 | 11001 |
Color Harmonies of #017F5B
Complementary color
Monochromatic Colors of #017F5B
Black with #017F5B
Text Example
Text Example
White with #017F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017F5B; }
p { color: rgb(1,127,91); }
H1.HeaderClassName
{
color: #017F5B;
}
.AnyTagClassName
{
color: #017F5B;
}
</style>
background-color css
<style>
a { background-color: #017F5B; }
a { background-color: rgb(1,127,91); }
div.DivClassName
{
background-color: #017F5B;
}
.BgClassName
{
background-color: #017F5B;
}
</style>
border-color css
<style>
span { border-color: #017F5B; }
span { border-color: rgb(1,127,91); }
td.TdClassName
{
border-color: #017F5B;
}
.TagClassName
{
border-color: #017F5B;
}
</style>