Shades of Tropical Rain Forest #076F5D
Tints of Tropical Rain Forest #076F5D
RGB
CMYK
RGB Variations
Color information
#076F5D (or 0x076F5D) is known color: Tropical Rain Forest. HEX triplet: 07, 6F and 5D. RGB value is (7,111,93). Sum of RGB (Red+Green+Blue) = 7+111+93=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 111 (43.75% from 255 or 52.61% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 111 - color contains mainly: green. Hex color #076F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076F5D is #F890A2. Grayscale: #4D4D4D. Windows color (decimal): -16289955 or 6123271. OLE color: 6123271.
HSL color Cylindrical-coordinate representation of color #076F5D: hue angle of 169.62º 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 #076F5D is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 111 | 93 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.56 |
| HSL | 169.62º | 0.88% | 0.23% | - |
| HSV(B) | 169.62º | 0.94% | 0.44% | - |
| XYZ | 7.75 | 12.2 | 12.3 | - |
| YUV | 77.85 | 136.54 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 93 | 0.94 | 0 | 0.16 | 0.56 | 169.62 | 0.88 | 0.23 |
| Hex | 7 | 6F | 5D | 5E | 0 | 10 | 38 | AA | 58 | 17 |
| Octal | 7 | 157 | 135 | 136 | 0 | 20 | 70 | 252 | 130 | 27 |
| Binary | 111 | 1101111 | 1011101 | 1011110 | 0 | 10000 | 111000 | 10101010 | 1011000 | 10111 |
Color Harmonies of #076F5D
Complementary color
Monochromatic Colors of #076F5D
Black with #076F5D
Text Example
Text Example
White with #076F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F5D; }
p { color: rgb(7,111,93); }
H1.HeaderClassName
{
color: #076F5D;
}
.AnyTagClassName
{
color: #076F5D;
}
</style>
background-color css
<style>
a { background-color: #076F5D; }
a { background-color: rgb(7,111,93); }
div.DivClassName
{
background-color: #076F5D;
}
.BgClassName
{
background-color: #076F5D;
}
</style>
border-color css
<style>
span { border-color: #076F5D; }
span { border-color: rgb(7,111,93); }
td.TdClassName
{
border-color: #076F5D;
}
.TagClassName
{
border-color: #076F5D;
}
</style>