Shades of Tropical Rain Forest #01775E
Tints of Tropical Rain Forest #01775E
RGB
CMYK
RGB Variations
Color information
#01775E (or 0x01775E) is known color: Tropical Rain Forest. HEX triplet: 01, 77 and 5E. RGB value is (1,119,94). Sum of RGB (Red+Green+Blue) = 1+119+94=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 119 (46.88% from 255 or 55.61% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 119 - color contains mainly: green. Hex color #01775E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01775E is #FE88A1. Grayscale: #505050. Windows color (decimal): -16681122 or 6190849. OLE color: 6190849.
HSL color Cylindrical-coordinate representation of color #01775E: hue angle of 167.29º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01775E is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 119 | 94 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.53 |
| HSL | 167.29º | 0.98% | 0.24% | - |
| HSV(B) | 167.29º | 0.99% | 0.47% | - |
| XYZ | 8.63 | 14.01 | 12.84 | - |
| YUV | 80.87 | 135.41 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 94 | 0.99 | 0 | 0.21 | 0.53 | 167.29 | 0.98 | 0.24 |
| Hex | 1 | 77 | 5E | 63 | 0 | 15 | 35 | A7 | 62 | 18 |
| Octal | 1 | 167 | 136 | 143 | 0 | 25 | 65 | 247 | 142 | 30 |
| Binary | 1 | 1110111 | 1011110 | 1100011 | 0 | 10101 | 110101 | 10100111 | 1100010 | 11000 |
Color Harmonies of #01775E
Complementary color
Monochromatic Colors of #01775E
Black with #01775E
Text Example
Text Example
White with #01775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01775E; }
p { color: rgb(1,119,94); }
H1.HeaderClassName
{
color: #01775E;
}
.AnyTagClassName
{
color: #01775E;
}
</style>
background-color css
<style>
a { background-color: #01775E; }
a { background-color: rgb(1,119,94); }
div.DivClassName
{
background-color: #01775E;
}
.BgClassName
{
background-color: #01775E;
}
</style>
border-color css
<style>
span { border-color: #01775E; }
span { border-color: rgb(1,119,94); }
td.TdClassName
{
border-color: #01775E;
}
.TagClassName
{
border-color: #01775E;
}
</style>