Shades of Tropical Rain Forest #007663
Tints of Tropical Rain Forest #007663
RGB
CMYK
RGB Variations
Color information
#007663 (or 0x007663) is known color: Tropical Rain Forest. HEX triplet: 00, 76 and 63. RGB value is (0,118,99). Sum of RGB (Red+Green+Blue) = 0+118+99=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #007663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007663 is #FF899C. Grayscale: #505050. Windows color (decimal): -16746909 or 6518272. OLE color: 6518272.
HSL color Cylindrical-coordinate representation of color #007663: hue angle of 170.34º 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 #007663 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 99 | - |
| CMYK | 1 | 0 | 0.16 | 0.54 |
| HSL | 170.34º | 1% | 0.23% | - |
| HSV(B) | 170.34º | 1% | 0.46% | - |
| XYZ | 8.73 | 13.86 | 14.02 | - |
| YUV | 80.55 | 138.41 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 99 | 1 | 0 | 0.16 | 0.54 | 170.34 | 1 | 0.23 |
| Hex | 0 | 76 | 63 | 64 | 0 | 10 | 36 | AA | 64 | 17 |
| Octal | 0 | 166 | 143 | 144 | 0 | 20 | 66 | 252 | 144 | 27 |
| Binary | 0 | 1110110 | 1100011 | 1100100 | 0 | 10000 | 110110 | 10101010 | 1100100 | 10111 |
Color Harmonies of #007663
Complementary color
Monochromatic Colors of #007663
Black with #007663
Text Example
Text Example
White with #007663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007663; }
p { color: rgb(0,118,99); }
H1.HeaderClassName
{
color: #007663;
}
.AnyTagClassName
{
color: #007663;
}
</style>
background-color css
<style>
a { background-color: #007663; }
a { background-color: rgb(0,118,99); }
div.DivClassName
{
background-color: #007663;
}
.BgClassName
{
background-color: #007663;
}
</style>
border-color css
<style>
span { border-color: #007663; }
span { border-color: rgb(0,118,99); }
td.TdClassName
{
border-color: #007663;
}
.TagClassName
{
border-color: #007663;
}
</style>