Shades of Tropical Rain Forest #076D63
Tints of Tropical Rain Forest #076D63
RGB
CMYK
RGB Variations
Color information
#076D63 (or 0x076D63) is known color: Tropical Rain Forest. HEX triplet: 07, 6D and 63. RGB value is (7,109,99). Sum of RGB (Red+Green+Blue) = 7+109+99=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 109 (42.97% from 255 or 50.70% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 109 - color contains mainly: green. Hex color #076D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076D63 is #F8929C. Grayscale: #4D4D4D. Windows color (decimal): -16290461 or 6515975. OLE color: 6515975.
HSL color Cylindrical-coordinate representation of color #076D63: hue angle of 174.12º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076D63 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 109 | 99 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.57 |
| HSL | 174.12º | 0.88% | 0.23% | - |
| HSV(B) | 174.12º | 0.94% | 0.43% | - |
| XYZ | 7.81 | 11.88 | 13.69 | - |
| YUV | 77.36 | 140.21 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 99 | 0.94 | 0 | 0.09 | 0.57 | 174.12 | 0.88 | 0.23 |
| Hex | 7 | 6D | 63 | 5E | 0 | 9 | 39 | AE | 58 | 17 |
| Octal | 7 | 155 | 143 | 136 | 0 | 11 | 71 | 256 | 130 | 27 |
| Binary | 111 | 1101101 | 1100011 | 1011110 | 0 | 1001 | 111001 | 10101110 | 1011000 | 10111 |
Color Harmonies of #076D63
Complementary color
Monochromatic Colors of #076D63
Black with #076D63
Text Example
Text Example
White with #076D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D63; }
p { color: rgb(7,109,99); }
H1.HeaderClassName
{
color: #076D63;
}
.AnyTagClassName
{
color: #076D63;
}
</style>
background-color css
<style>
a { background-color: #076D63; }
a { background-color: rgb(7,109,99); }
div.DivClassName
{
background-color: #076D63;
}
.BgClassName
{
background-color: #076D63;
}
</style>
border-color css
<style>
span { border-color: #076D63; }
span { border-color: rgb(7,109,99); }
td.TdClassName
{
border-color: #076D63;
}
.TagClassName
{
border-color: #076D63;
}
</style>