Shades of Tropical Rain Forest #007760
Tints of Tropical Rain Forest #007760
RGB
CMYK
RGB Variations
Color information
#007760 (or 0x007760) is known color: Tropical Rain Forest. HEX triplet: 00, 77 and 60. RGB value is (0,119,96). Sum of RGB (Red+Green+Blue) = 0+119+96=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #007760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007760 is #FF889F. Grayscale: #505050. Windows color (decimal): -16746656 or 6321920. OLE color: 6321920.
HSL color Cylindrical-coordinate representation of color #007760: hue angle of 168.4º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007760 is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 96 | - |
| CMYK | 1 | 0 | 0.19 | 0.53 |
| HSL | 168.4º | 1% | 0.23% | - |
| HSV(B) | 168.4º | 1% | 0.47% | - |
| XYZ | 8.71 | 14.04 | 13.32 | - |
| YUV | 80.8 | 136.58 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 96 | 1 | 0 | 0.19 | 0.53 | 168.4 | 1 | 0.23 |
| Hex | 0 | 77 | 60 | 64 | 0 | 13 | 35 | A8 | 64 | 17 |
| Octal | 0 | 167 | 140 | 144 | 0 | 23 | 65 | 250 | 144 | 27 |
| Binary | 0 | 1110111 | 1100000 | 1100100 | 0 | 10011 | 110101 | 10101000 | 1100100 | 10111 |
Color Harmonies of #007760
Complementary color
Monochromatic Colors of #007760
Black with #007760
Text Example
Text Example
White with #007760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007760; }
p { color: rgb(0,119,96); }
H1.HeaderClassName
{
color: #007760;
}
.AnyTagClassName
{
color: #007760;
}
</style>
background-color css
<style>
a { background-color: #007760; }
a { background-color: rgb(0,119,96); }
div.DivClassName
{
background-color: #007760;
}
.BgClassName
{
background-color: #007760;
}
</style>
border-color css
<style>
span { border-color: #007760; }
span { border-color: rgb(0,119,96); }
td.TdClassName
{
border-color: #007760;
}
.TagClassName
{
border-color: #007760;
}
</style>