Shades of Tropical Rain Forest #076F5A
Tints of Tropical Rain Forest #076F5A
RGB
CMYK
RGB Variations
Color information
#076F5A (or 0x076F5A) is known color: Tropical Rain Forest. HEX triplet: 07, 6F and 5A. RGB value is (7,111,90). Sum of RGB (Red+Green+Blue) = 7+111+90=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 111 (43.75% from 255 or 53.37% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 111 - color contains mainly: green. Hex color #076F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076F5A is #F890A5. Grayscale: #4D4D4D. Windows color (decimal): -16289958 or 5926663. OLE color: 5926663.
HSL color Cylindrical-coordinate representation of color #076F5A: hue angle of 167.88º 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 #076F5A is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 111 | 90 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.56 |
| HSL | 167.88º | 0.88% | 0.23% | - |
| HSV(B) | 167.88º | 0.94% | 0.44% | - |
| XYZ | 7.62 | 12.15 | 11.62 | - |
| YUV | 77.51 | 135.04 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 90 | 0.94 | 0 | 0.19 | 0.56 | 167.88 | 0.88 | 0.23 |
| Hex | 7 | 6F | 5A | 5E | 0 | 13 | 38 | A8 | 58 | 17 |
| Octal | 7 | 157 | 132 | 136 | 0 | 23 | 70 | 250 | 130 | 27 |
| Binary | 111 | 1101111 | 1011010 | 1011110 | 0 | 10011 | 111000 | 10101000 | 1011000 | 10111 |
Color Harmonies of #076F5A
Complementary color
Monochromatic Colors of #076F5A
Black with #076F5A
Text Example
Text Example
White with #076F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F5A; }
p { color: rgb(7,111,90); }
H1.HeaderClassName
{
color: #076F5A;
}
.AnyTagClassName
{
color: #076F5A;
}
</style>
background-color css
<style>
a { background-color: #076F5A; }
a { background-color: rgb(7,111,90); }
div.DivClassName
{
background-color: #076F5A;
}
.BgClassName
{
background-color: #076F5A;
}
</style>
border-color css
<style>
span { border-color: #076F5A; }
span { border-color: rgb(7,111,90); }
td.TdClassName
{
border-color: #076F5A;
}
.TagClassName
{
border-color: #076F5A;
}
</style>