Shades of Tropical Rain Forest #076F5E
Tints of Tropical Rain Forest #076F5E
RGB
CMYK
RGB Variations
Color information
#076F5E (or 0x076F5E) is known color: Tropical Rain Forest. HEX triplet: 07, 6F and 5E. RGB value is (7,111,94). Sum of RGB (Red+Green+Blue) = 7+111+94=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 111 (43.75% from 255 or 52.36% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 111 - color contains mainly: green. Hex color #076F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076F5E is #F890A1. Grayscale: #4D4D4D. Windows color (decimal): -16289954 or 6188807. OLE color: 6188807.
HSL color Cylindrical-coordinate representation of color #076F5E: hue angle of 170.19º 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 #076F5E is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 111 | 94 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.56 |
| HSL | 170.19º | 0.88% | 0.23% | - |
| HSV(B) | 170.19º | 0.94% | 0.44% | - |
| XYZ | 7.79 | 12.22 | 12.54 | - |
| YUV | 77.97 | 137.04 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 94 | 0.94 | 0 | 0.15 | 0.56 | 170.19 | 0.88 | 0.23 |
| Hex | 7 | 6F | 5E | 5E | 0 | F | 38 | AA | 58 | 17 |
| Octal | 7 | 157 | 136 | 136 | 0 | 17 | 70 | 252 | 130 | 27 |
| Binary | 111 | 1101111 | 1011110 | 1011110 | 0 | 1111 | 111000 | 10101010 | 1011000 | 10111 |
Color Harmonies of #076F5E
Complementary color
Monochromatic Colors of #076F5E
Black with #076F5E
Text Example
Text Example
White with #076F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F5E; }
p { color: rgb(7,111,94); }
H1.HeaderClassName
{
color: #076F5E;
}
.AnyTagClassName
{
color: #076F5E;
}
</style>
background-color css
<style>
a { background-color: #076F5E; }
a { background-color: rgb(7,111,94); }
div.DivClassName
{
background-color: #076F5E;
}
.BgClassName
{
background-color: #076F5E;
}
</style>
border-color css
<style>
span { border-color: #076F5E; }
span { border-color: rgb(7,111,94); }
td.TdClassName
{
border-color: #076F5E;
}
.TagClassName
{
border-color: #076F5E;
}
</style>