Shades of Tropical Rain Forest #076F5C
Tints of Tropical Rain Forest #076F5C
RGB
CMYK
RGB Variations
Color information
#076F5C (or 0x076F5C) is known color: Tropical Rain Forest. HEX triplet: 07, 6F and 5C. RGB value is (7,111,92). Sum of RGB (Red+Green+Blue) = 7+111+92=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 111 (43.75% from 255 or 52.86% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 111 - color contains mainly: green. Hex color #076F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076F5C is #F890A3. Grayscale: #4D4D4D. Windows color (decimal): -16289956 or 6057735. OLE color: 6057735.
HSL color Cylindrical-coordinate representation of color #076F5C: hue angle of 169.04º 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 #076F5C is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 111 | 92 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.56 |
| HSL | 169.04º | 0.88% | 0.23% | - |
| HSV(B) | 169.04º | 0.94% | 0.44% | - |
| XYZ | 7.7 | 12.19 | 12.07 | - |
| YUV | 77.74 | 136.04 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 92 | 0.94 | 0 | 0.17 | 0.56 | 169.04 | 0.88 | 0.23 |
| Hex | 7 | 6F | 5C | 5E | 0 | 11 | 38 | A9 | 58 | 17 |
| Octal | 7 | 157 | 134 | 136 | 0 | 21 | 70 | 251 | 130 | 27 |
| Binary | 111 | 1101111 | 1011100 | 1011110 | 0 | 10001 | 111000 | 10101001 | 1011000 | 10111 |
Color Harmonies of #076F5C
Complementary color
Monochromatic Colors of #076F5C
Black with #076F5C
Text Example
Text Example
White with #076F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F5C; }
p { color: rgb(7,111,92); }
H1.HeaderClassName
{
color: #076F5C;
}
.AnyTagClassName
{
color: #076F5C;
}
</style>
background-color css
<style>
a { background-color: #076F5C; }
a { background-color: rgb(7,111,92); }
div.DivClassName
{
background-color: #076F5C;
}
.BgClassName
{
background-color: #076F5C;
}
</style>
border-color css
<style>
span { border-color: #076F5C; }
span { border-color: rgb(7,111,92); }
td.TdClassName
{
border-color: #076F5C;
}
.TagClassName
{
border-color: #076F5C;
}
</style>