Shades of Tropical Rain Forest #01755D
Tints of Tropical Rain Forest #01755D
RGB
CMYK
RGB Variations
Color information
#01755D (or 0x01755D) is known color: Tropical Rain Forest. HEX triplet: 01, 75 and 5D. RGB value is (1,117,93). Sum of RGB (Red+Green+Blue) = 1+117+93=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #01755D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01755D is #FE8AA2. Grayscale: #4F4F4F. Windows color (decimal): -16681635 or 6124801. OLE color: 6124801.
HSL color Cylindrical-coordinate representation of color #01755D: hue angle of 167.59º 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 #01755D is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 93 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.54 |
| HSL | 167.59º | 0.98% | 0.23% | - |
| HSV(B) | 167.59º | 0.99% | 0.46% | - |
| XYZ | 8.35 | 13.52 | 12.53 | - |
| YUV | 79.58 | 135.57 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 93 | 0.99 | 0 | 0.21 | 0.54 | 167.59 | 0.98 | 0.23 |
| Hex | 1 | 75 | 5D | 63 | 0 | 15 | 36 | A8 | 62 | 17 |
| Octal | 1 | 165 | 135 | 143 | 0 | 25 | 66 | 250 | 142 | 27 |
| Binary | 1 | 1110101 | 1011101 | 1100011 | 0 | 10101 | 110110 | 10101000 | 1100010 | 10111 |
Color Harmonies of #01755D
Complementary color
Monochromatic Colors of #01755D
Black with #01755D
Text Example
Text Example
White with #01755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01755D; }
p { color: rgb(1,117,93); }
H1.HeaderClassName
{
color: #01755D;
}
.AnyTagClassName
{
color: #01755D;
}
</style>
background-color css
<style>
a { background-color: #01755D; }
a { background-color: rgb(1,117,93); }
div.DivClassName
{
background-color: #01755D;
}
.BgClassName
{
background-color: #01755D;
}
</style>
border-color css
<style>
span { border-color: #01755D; }
span { border-color: rgb(1,117,93); }
td.TdClassName
{
border-color: #01755D;
}
.TagClassName
{
border-color: #01755D;
}
</style>