Html Css Color HEX #076F64 Tropical Rain Forest
📋 copy color: '#076F64'red 7 ◦ green 111 ◦ blue 100
Shades of Tropical Rain Forest #076F64
Tints of Tropical Rain Forest #076F64
RGB
CMYK
RGB Variations
Color information
#076F64 (or 0x076F64) is known color: Tropical Rain Forest. HEX triplet: 07, 6F and 64. RGB value is (7,111,100). Sum of RGB (Red+Green+Blue) = 7+111+100=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #076F64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076F64 is #F8909B. Grayscale: #4E4E4E. Windows color (decimal): -16289948 or 6582023. OLE color: 6582023.
HSL color Cylindrical-coordinate representation of color #076F64: hue angle of 173.65º 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 #076F64 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 111 | 100 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.56 |
| HSL | 173.65º | 0.88% | 0.23% | - |
| HSV(B) | 173.65º | 0.94% | 0.44% | - |
| XYZ | 8.07 | 12.33 | 14.01 | - |
| YUV | 78.65 | 140.04 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 100 | 0.94 | 0 | 0.10 | 0.56 | 173.65 | 0.88 | 0.23 |
| Hex | 7 | 6F | 64 | 5E | 0 | A | 38 | AE | 58 | 17 |
| Octal | 7 | 157 | 144 | 136 | 0 | 12 | 70 | 256 | 130 | 27 |
| Binary | 111 | 1101111 | 1100100 | 1011110 | 0 | 1010 | 111000 | 10101110 | 1011000 | 10111 |
Color Harmonies of #076F64
Complementary color
Monochromatic Colors of #076F64
Black with #076F64
Text Example
Text Example
White with #076F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F64; }
p { color: rgb(7,111,100); }
H1.HeaderClassName
{
color: #076F64;
}
.AnyTagClassName
{
color: #076F64;
}
</style>
background-color css
<style>
a { background-color: #076F64; }
a { background-color: rgb(7,111,100); }
div.DivClassName
{
background-color: #076F64;
}
.BgClassName
{
background-color: #076F64;
}
</style>
border-color css
<style>
span { border-color: #076F64; }
span { border-color: rgb(7,111,100); }
td.TdClassName
{
border-color: #076F64;
}
.TagClassName
{
border-color: #076F64;
}
</style>