Shades of Tropical Rain Forest #076F57
Tints of Tropical Rain Forest #076F57
RGB
CMYK
RGB Variations
Color information
#076F57 (or 0x076F57) is known color: Tropical Rain Forest. HEX triplet: 07, 6F and 57. RGB value is (7,111,87). Sum of RGB (Red+Green+Blue) = 7+111+87=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 111 (43.75% from 255 or 54.15% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 111 - color contains mainly: green. Hex color #076F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076F57 is #F890A8. Grayscale: #4D4D4D. Windows color (decimal): -16289961 or 5730055. OLE color: 5730055.
HSL color Cylindrical-coordinate representation of color #076F57: hue angle of 166.15º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076F57 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 111 | 87 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.56 |
| HSL | 166.15º | 0.88% | 0.23% | - |
| HSV(B) | 166.15º | 0.94% | 0.44% | - |
| XYZ | 7.49 | 12.1 | 10.96 | - |
| YUV | 77.17 | 133.54 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 87 | 0.94 | 0 | 0.22 | 0.56 | 166.15 | 0.88 | 0.23 |
| Hex | 7 | 6F | 57 | 5E | 0 | 16 | 38 | A6 | 58 | 17 |
| Octal | 7 | 157 | 127 | 136 | 0 | 26 | 70 | 246 | 130 | 27 |
| Binary | 111 | 1101111 | 1010111 | 1011110 | 0 | 10110 | 111000 | 10100110 | 1011000 | 10111 |
Color Harmonies of #076F57
Complementary color
Monochromatic Colors of #076F57
Black with #076F57
Text Example
Text Example
White with #076F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F57; }
p { color: rgb(7,111,87); }
H1.HeaderClassName
{
color: #076F57;
}
.AnyTagClassName
{
color: #076F57;
}
</style>
background-color css
<style>
a { background-color: #076F57; }
a { background-color: rgb(7,111,87); }
div.DivClassName
{
background-color: #076F57;
}
.BgClassName
{
background-color: #076F57;
}
</style>
border-color css
<style>
span { border-color: #076F57; }
span { border-color: rgb(7,111,87); }
td.TdClassName
{
border-color: #076F57;
}
.TagClassName
{
border-color: #076F57;
}
</style>