Shades of Tropical Rain Forest #076E5F
Tints of Tropical Rain Forest #076E5F
RGB
CMYK
RGB Variations
Color information
#076E5F (or 0x076E5F) is known color: Tropical Rain Forest. HEX triplet: 07, 6E and 5F. RGB value is (7,110,95). Sum of RGB (Red+Green+Blue) = 7+110+95=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 110 (43.36% from 255 or 51.89% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 110 - color contains mainly: green. Hex color #076E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076E5F is #F891A0. Grayscale: #4D4D4D. Windows color (decimal): -16290209 or 6254087. OLE color: 6254087.
HSL color Cylindrical-coordinate representation of color #076E5F: hue angle of 171.26º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076E5F is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 110 | 95 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.57 |
| HSL | 171.26º | 0.88% | 0.23% | - |
| HSV(B) | 171.26º | 0.94% | 0.43% | - |
| XYZ | 7.73 | 12.02 | 12.74 | - |
| YUV | 77.49 | 137.88 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 95 | 0.94 | 0 | 0.14 | 0.57 | 171.26 | 0.88 | 0.23 |
| Hex | 7 | 6E | 5F | 5E | 0 | E | 39 | AB | 58 | 17 |
| Octal | 7 | 156 | 137 | 136 | 0 | 16 | 71 | 253 | 130 | 27 |
| Binary | 111 | 1101110 | 1011111 | 1011110 | 0 | 1110 | 111001 | 10101011 | 1011000 | 10111 |
Color Harmonies of #076E5F
Complementary color
Monochromatic Colors of #076E5F
Black with #076E5F
Text Example
Text Example
White with #076E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076E5F; }
p { color: rgb(7,110,95); }
H1.HeaderClassName
{
color: #076E5F;
}
.AnyTagClassName
{
color: #076E5F;
}
</style>
background-color css
<style>
a { background-color: #076E5F; }
a { background-color: rgb(7,110,95); }
div.DivClassName
{
background-color: #076E5F;
}
.BgClassName
{
background-color: #076E5F;
}
</style>
border-color css
<style>
span { border-color: #076E5F; }
span { border-color: rgb(7,110,95); }
td.TdClassName
{
border-color: #076E5F;
}
.TagClassName
{
border-color: #076E5F;
}
</style>