Shades of Tropical Rain Forest #007562
Tints of Tropical Rain Forest #007562
RGB
CMYK
RGB Variations
Color information
#007562 (or 0x007562) is known color: Tropical Rain Forest. HEX triplet: 00, 75 and 62. RGB value is (0,117,98). Sum of RGB (Red+Green+Blue) = 0+117+98=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #007562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007562 is #FF8A9D. Grayscale: #4F4F4F. Windows color (decimal): -16747166 or 6452480. OLE color: 6452480.
HSL color Cylindrical-coordinate representation of color #007562: hue angle of 170.26º 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 #007562 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 117 | 98 | - |
| CMYK | 1 | 0 | 0.16 | 0.54 |
| HSL | 170.26º | 1% | 0.23% | - |
| HSV(B) | 170.26º | 1% | 0.46% | - |
| XYZ | 8.57 | 13.6 | 13.73 | - |
| YUV | 79.85 | 138.24 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 98 | 1 | 0 | 0.16 | 0.54 | 170.26 | 1 | 0.23 |
| Hex | 0 | 75 | 62 | 64 | 0 | 10 | 36 | AA | 64 | 17 |
| Octal | 0 | 165 | 142 | 144 | 0 | 20 | 66 | 252 | 144 | 27 |
| Binary | 0 | 1110101 | 1100010 | 1100100 | 0 | 10000 | 110110 | 10101010 | 1100100 | 10111 |
Color Harmonies of #007562
Complementary color
Monochromatic Colors of #007562
Black with #007562
Text Example
Text Example
White with #007562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007562; }
p { color: rgb(0,117,98); }
H1.HeaderClassName
{
color: #007562;
}
.AnyTagClassName
{
color: #007562;
}
</style>
background-color css
<style>
a { background-color: #007562; }
a { background-color: rgb(0,117,98); }
div.DivClassName
{
background-color: #007562;
}
.BgClassName
{
background-color: #007562;
}
</style>
border-color css
<style>
span { border-color: #007562; }
span { border-color: rgb(0,117,98); }
td.TdClassName
{
border-color: #007562;
}
.TagClassName
{
border-color: #007562;
}
</style>