Shades of Tropical Rain Forest #007662
Tints of Tropical Rain Forest #007662
RGB
CMYK
RGB Variations
Color information
#007662 (or 0x007662) is known color: Tropical Rain Forest. HEX triplet: 00, 76 and 62. RGB value is (0,118,98). Sum of RGB (Red+Green+Blue) = 0+118+98=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #007662 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007662 is #FF899D. Grayscale: #505050. Windows color (decimal): -16746910 or 6452736. OLE color: 6452736.
HSL color Cylindrical-coordinate representation of color #007662: hue angle of 169.83º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007662 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 98 | - |
| CMYK | 1 | 0 | 0.17 | 0.54 |
| HSL | 169.83º | 1% | 0.23% | - |
| HSV(B) | 169.83º | 1% | 0.46% | - |
| XYZ | 8.68 | 13.84 | 13.77 | - |
| YUV | 80.44 | 137.91 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 98 | 1 | 0 | 0.17 | 0.54 | 169.83 | 1 | 0.23 |
| Hex | 0 | 76 | 62 | 64 | 0 | 11 | 36 | AA | 64 | 17 |
| Octal | 0 | 166 | 142 | 144 | 0 | 21 | 66 | 252 | 144 | 27 |
| Binary | 0 | 1110110 | 1100010 | 1100100 | 0 | 10001 | 110110 | 10101010 | 1100100 | 10111 |
Color Harmonies of #007662
Complementary color
Monochromatic Colors of #007662
Black with #007662
Text Example
Text Example
White with #007662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007662; }
p { color: rgb(0,118,98); }
H1.HeaderClassName
{
color: #007662;
}
.AnyTagClassName
{
color: #007662;
}
</style>
background-color css
<style>
a { background-color: #007662; }
a { background-color: rgb(0,118,98); }
div.DivClassName
{
background-color: #007662;
}
.BgClassName
{
background-color: #007662;
}
</style>
border-color css
<style>
span { border-color: #007662; }
span { border-color: rgb(0,118,98); }
td.TdClassName
{
border-color: #007662;
}
.TagClassName
{
border-color: #007662;
}
</style>