Shades of Tropical Rain Forest #007061
Tints of Tropical Rain Forest #007061
RGB
CMYK
RGB Variations
Color information
#007061 (or 0x007061) is known color: Tropical Rain Forest. HEX triplet: 00, 70 and 61. RGB value is (0,112,97). Sum of RGB (Red+Green+Blue) = 0+112+97=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #007061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007061 is #FF8F9E. Grayscale: #4C4C4C. Windows color (decimal): -16748447 or 6385664. OLE color: 6385664.
HSL color Cylindrical-coordinate representation of color #007061: hue angle of 171.96º 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 #007061 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 97 | - |
| CMYK | 1 | 0 | 0.13 | 0.56 |
| HSL | 171.96º | 1% | 0.22% | - |
| HSV(B) | 171.96º | 1% | 0.44% | - |
| XYZ | 7.95 | 12.45 | 13.29 | - |
| YUV | 76.8 | 139.39 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 97 | 1 | 0 | 0.13 | 0.56 | 171.96 | 1 | 0.22 |
| Hex | 0 | 70 | 61 | 64 | 0 | D | 38 | AC | 64 | 16 |
| Octal | 0 | 160 | 141 | 144 | 0 | 15 | 70 | 254 | 144 | 26 |
| Binary | 0 | 1110000 | 1100001 | 1100100 | 0 | 1101 | 111000 | 10101100 | 1100100 | 10110 |
Color Harmonies of #007061
Complementary color
Monochromatic Colors of #007061
Black with #007061
Text Example
Text Example
White with #007061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007061; }
p { color: rgb(0,112,97); }
H1.HeaderClassName
{
color: #007061;
}
.AnyTagClassName
{
color: #007061;
}
</style>
background-color css
<style>
a { background-color: #007061; }
a { background-color: rgb(0,112,97); }
div.DivClassName
{
background-color: #007061;
}
.BgClassName
{
background-color: #007061;
}
</style>
border-color css
<style>
span { border-color: #007061; }
span { border-color: rgb(0,112,97); }
td.TdClassName
{
border-color: #007061;
}
.TagClassName
{
border-color: #007061;
}
</style>