Shades of Tropical Rain Forest #00785E
Tints of Tropical Rain Forest #00785E
RGB
CMYK
RGB Variations
Color information
#00785E (or 0x00785E) is known color: Tropical Rain Forest. HEX triplet: 00, 78 and 5E. RGB value is (0,120,94). Sum of RGB (Red+Green+Blue) = 0+120+94=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #00785E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00785E is #FF87A1. Grayscale: #515151. Windows color (decimal): -16746402 or 6191104. OLE color: 6191104.
HSL color Cylindrical-coordinate representation of color #00785E: hue angle of 167º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00785E is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 120 | 94 | - |
| CMYK | 1 | 0 | 0.22 | 0.53 |
| HSL | 167º | 1% | 0.24% | - |
| HSV(B) | 167º | 1% | 0.47% | - |
| XYZ | 8.74 | 14.24 | 12.88 | - |
| YUV | 81.16 | 135.24 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 94 | 1 | 0 | 0.22 | 0.53 | 167 | 1 | 0.24 |
| Hex | 0 | 78 | 5E | 64 | 0 | 16 | 35 | A7 | 64 | 18 |
| Octal | 0 | 170 | 136 | 144 | 0 | 26 | 65 | 247 | 144 | 30 |
| Binary | 0 | 1111000 | 1011110 | 1100100 | 0 | 10110 | 110101 | 10100111 | 1100100 | 11000 |
Color Harmonies of #00785E
Complementary color
Monochromatic Colors of #00785E
Black with #00785E
Text Example
Text Example
White with #00785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00785E; }
p { color: rgb(0,120,94); }
H1.HeaderClassName
{
color: #00785E;
}
.AnyTagClassName
{
color: #00785E;
}
</style>
background-color css
<style>
a { background-color: #00785E; }
a { background-color: rgb(0,120,94); }
div.DivClassName
{
background-color: #00785E;
}
.BgClassName
{
background-color: #00785E;
}
</style>
border-color css
<style>
span { border-color: #00785E; }
span { border-color: rgb(0,120,94); }
td.TdClassName
{
border-color: #00785E;
}
.TagClassName
{
border-color: #00785E;
}
</style>