Shades of Tropical Rain Forest #007162
Tints of Tropical Rain Forest #007162
RGB
CMYK
RGB Variations
Color information
#007162 (or 0x007162) is known color: Tropical Rain Forest. HEX triplet: 00, 71 and 62. RGB value is (0,113,98). Sum of RGB (Red+Green+Blue) = 0+113+98=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #007162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007162 is #FF8E9D. Grayscale: #4D4D4D. Windows color (decimal): -16748190 or 6451456. OLE color: 6451456.
HSL color Cylindrical-coordinate representation of color #007162: hue angle of 172.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 #007162 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 113 | 98 | - |
| CMYK | 1 | 0 | 0.13 | 0.56 |
| HSL | 172.04º | 1% | 0.22% | - |
| HSV(B) | 172.04º | 1% | 0.44% | - |
| XYZ | 8.11 | 12.69 | 13.58 | - |
| YUV | 77.5 | 139.56 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 98 | 1 | 0 | 0.13 | 0.56 | 172.04 | 1 | 0.22 |
| Hex | 0 | 71 | 62 | 64 | 0 | D | 38 | AC | 64 | 16 |
| Octal | 0 | 161 | 142 | 144 | 0 | 15 | 70 | 254 | 144 | 26 |
| Binary | 0 | 1110001 | 1100010 | 1100100 | 0 | 1101 | 111000 | 10101100 | 1100100 | 10110 |
Color Harmonies of #007162
Complementary color
Monochromatic Colors of #007162
Black with #007162
Text Example
Text Example
White with #007162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007162; }
p { color: rgb(0,113,98); }
H1.HeaderClassName
{
color: #007162;
}
.AnyTagClassName
{
color: #007162;
}
</style>
background-color css
<style>
a { background-color: #007162; }
a { background-color: rgb(0,113,98); }
div.DivClassName
{
background-color: #007162;
}
.BgClassName
{
background-color: #007162;
}
</style>
border-color css
<style>
span { border-color: #007162; }
span { border-color: rgb(0,113,98); }
td.TdClassName
{
border-color: #007162;
}
.TagClassName
{
border-color: #007162;
}
</style>