Shades of Tropical Rain Forest #007063
Tints of Tropical Rain Forest #007063
RGB
CMYK
RGB Variations
Color information
#007063 (or 0x007063) is known color: Tropical Rain Forest. HEX triplet: 00, 70 and 63. RGB value is (0,112,99). Sum of RGB (Red+Green+Blue) = 0+112+99=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #007063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007063 is #FF8F9C. Grayscale: #4C4C4C. Windows color (decimal): -16748445 or 6516736. OLE color: 6516736.
HSL color Cylindrical-coordinate representation of color #007063: hue angle of 173.04º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007063 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 99 | - |
| CMYK | 1 | 0 | 0.12 | 0.56 |
| HSL | 173.04º | 1% | 0.22% | - |
| HSV(B) | 173.04º | 1% | 0.44% | - |
| XYZ | 8.05 | 12.49 | 13.79 | - |
| YUV | 77.03 | 140.39 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 99 | 1 | 0 | 0.12 | 0.56 | 173.04 | 1 | 0.22 |
| Hex | 0 | 70 | 63 | 64 | 0 | C | 38 | AD | 64 | 16 |
| Octal | 0 | 160 | 143 | 144 | 0 | 14 | 70 | 255 | 144 | 26 |
| Binary | 0 | 1110000 | 1100011 | 1100100 | 0 | 1100 | 111000 | 10101101 | 1100100 | 10110 |
Color Harmonies of #007063
Complementary color
Monochromatic Colors of #007063
Black with #007063
Text Example
Text Example
White with #007063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007063; }
p { color: rgb(0,112,99); }
H1.HeaderClassName
{
color: #007063;
}
.AnyTagClassName
{
color: #007063;
}
</style>
background-color css
<style>
a { background-color: #007063; }
a { background-color: rgb(0,112,99); }
div.DivClassName
{
background-color: #007063;
}
.BgClassName
{
background-color: #007063;
}
</style>
border-color css
<style>
span { border-color: #007063; }
span { border-color: rgb(0,112,99); }
td.TdClassName
{
border-color: #007063;
}
.TagClassName
{
border-color: #007063;
}
</style>