Shades of Tropical Rain Forest #01755E
Tints of Tropical Rain Forest #01755E
RGB
CMYK
RGB Variations
Color information
#01755E (or 0x01755E) is known color: Tropical Rain Forest. HEX triplet: 01, 75 and 5E. RGB value is (1,117,94). Sum of RGB (Red+Green+Blue) = 1+117+94=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 117 (46.09% from 255 or 55.19% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 117 - color contains mainly: green. Hex color #01755E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01755E is #FE8AA1. Grayscale: #4F4F4F. Windows color (decimal): -16681634 or 6190337. OLE color: 6190337.
HSL color Cylindrical-coordinate representation of color #01755E: hue angle of 168.1º 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 #01755E is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 94 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.54 |
| HSL | 168.1º | 0.98% | 0.23% | - |
| HSV(B) | 168.1º | 0.99% | 0.46% | - |
| XYZ | 8.39 | 13.54 | 12.76 | - |
| YUV | 79.69 | 136.07 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 94 | 0.99 | 0 | 0.20 | 0.54 | 168.1 | 0.98 | 0.23 |
| Hex | 1 | 75 | 5E | 63 | 0 | 14 | 36 | A8 | 62 | 17 |
| Octal | 1 | 165 | 136 | 143 | 0 | 24 | 66 | 250 | 142 | 27 |
| Binary | 1 | 1110101 | 1011110 | 1100011 | 0 | 10100 | 110110 | 10101000 | 1100010 | 10111 |
Color Harmonies of #01755E
Complementary color
Monochromatic Colors of #01755E
Black with #01755E
Text Example
Text Example
White with #01755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01755E; }
p { color: rgb(1,117,94); }
H1.HeaderClassName
{
color: #01755E;
}
.AnyTagClassName
{
color: #01755E;
}
</style>
background-color css
<style>
a { background-color: #01755E; }
a { background-color: rgb(1,117,94); }
div.DivClassName
{
background-color: #01755E;
}
.BgClassName
{
background-color: #01755E;
}
</style>
border-color css
<style>
span { border-color: #01755E; }
span { border-color: rgb(1,117,94); }
td.TdClassName
{
border-color: #01755E;
}
.TagClassName
{
border-color: #01755E;
}
</style>