Shades of Tropical Rain Forest #017C5B
Tints of Tropical Rain Forest #017C5B
RGB
CMYK
RGB Variations
Color information
#017C5B (or 0x017C5B) is known color: Tropical Rain Forest. HEX triplet: 01, 7C and 5B. RGB value is (1,124,91). Sum of RGB (Red+Green+Blue) = 1+124+91=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 124 (48.83% from 255 or 57.41% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 124 - color contains mainly: green. Hex color #017C5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017C5B is #FE83A4. Grayscale: #535353. Windows color (decimal): -16679845 or 5995521. OLE color: 5995521.
HSL color Cylindrical-coordinate representation of color #017C5B: hue angle of 163.9º 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 #017C5B is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 124 | 91 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.51 |
| HSL | 163.9º | 0.98% | 0.25% | - |
| HSV(B) | 163.9º | 0.99% | 0.49% | - |
| XYZ | 9.11 | 15.18 | 12.35 | - |
| YUV | 83.46 | 132.25 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 91 | 0.99 | 0 | 0.27 | 0.51 | 163.9 | 0.98 | 0.25 |
| Hex | 1 | 7C | 5B | 63 | 0 | 1B | 33 | A4 | 62 | 19 |
| Octal | 1 | 174 | 133 | 143 | 0 | 33 | 63 | 244 | 142 | 31 |
| Binary | 1 | 1111100 | 1011011 | 1100011 | 0 | 11011 | 110011 | 10100100 | 1100010 | 11001 |
Color Harmonies of #017C5B
Complementary color
Monochromatic Colors of #017C5B
Black with #017C5B
Text Example
Text Example
White with #017C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017C5B; }
p { color: rgb(1,124,91); }
H1.HeaderClassName
{
color: #017C5B;
}
.AnyTagClassName
{
color: #017C5B;
}
</style>
background-color css
<style>
a { background-color: #017C5B; }
a { background-color: rgb(1,124,91); }
div.DivClassName
{
background-color: #017C5B;
}
.BgClassName
{
background-color: #017C5B;
}
</style>
border-color css
<style>
span { border-color: #017C5B; }
span { border-color: rgb(1,124,91); }
td.TdClassName
{
border-color: #017C5B;
}
.TagClassName
{
border-color: #017C5B;
}
</style>