Html Css Color HEX #076F65 Tropical Rain Forest
📋 copy color: '#076F65'red 7 ◦ green 111 ◦ blue 101
Shades of Tropical Rain Forest #076F65
Tints of Tropical Rain Forest #076F65
RGB
CMYK
RGB Variations
Color information
#076F65 (or 0x076F65) is known color: Tropical Rain Forest. HEX triplet: 07, 6F and 65. RGB value is (7,111,101). Sum of RGB (Red+Green+Blue) = 7+111+101=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #076F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076F65 is #F8909A. Grayscale: #4E4E4E. Windows color (decimal): -16289947 or 6647559. OLE color: 6647559.
HSL color Cylindrical-coordinate representation of color #076F65: hue angle of 174.23º 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 #076F65 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 111 | 101 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.56 |
| HSL | 174.23º | 0.88% | 0.23% | - |
| HSV(B) | 174.23º | 0.94% | 0.44% | - |
| XYZ | 8.12 | 12.35 | 14.27 | - |
| YUV | 78.76 | 140.54 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 101 | 0.94 | 0 | 0.09 | 0.56 | 174.23 | 0.88 | 0.23 |
| Hex | 7 | 6F | 65 | 5E | 0 | 9 | 38 | AE | 58 | 17 |
| Octal | 7 | 157 | 145 | 136 | 0 | 11 | 70 | 256 | 130 | 27 |
| Binary | 111 | 1101111 | 1100101 | 1011110 | 0 | 1001 | 111000 | 10101110 | 1011000 | 10111 |
Color Harmonies of #076F65
Complementary color
Monochromatic Colors of #076F65
Black with #076F65
Text Example
Text Example
White with #076F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F65; }
p { color: rgb(7,111,101); }
H1.HeaderClassName
{
color: #076F65;
}
.AnyTagClassName
{
color: #076F65;
}
</style>
background-color css
<style>
a { background-color: #076F65; }
a { background-color: rgb(7,111,101); }
div.DivClassName
{
background-color: #076F65;
}
.BgClassName
{
background-color: #076F65;
}
</style>
border-color css
<style>
span { border-color: #076F65; }
span { border-color: rgb(7,111,101); }
td.TdClassName
{
border-color: #076F65;
}
.TagClassName
{
border-color: #076F65;
}
</style>