Html Css Color HEX #077065 Tropical Rain Forest
📋 copy color: '#077065'red 7 ◦ green 112 ◦ blue 101
Shades of Tropical Rain Forest #077065
Tints of Tropical Rain Forest #077065
RGB
CMYK
RGB Variations
Color information
#077065 (or 0x077065) is known color: Tropical Rain Forest. HEX triplet: 07, 70 and 65. RGB value is (7,112,101). Sum of RGB (Red+Green+Blue) = 7+112+101=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #077065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077065 is #F88F9A. Grayscale: #4F4F4F. Windows color (decimal): -16289691 or 6647815. OLE color: 6647815.
HSL color Cylindrical-coordinate representation of color #077065: hue angle of 173.71º 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 #077065 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 101 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.56 |
| HSL | 173.71º | 0.88% | 0.23% | - |
| HSV(B) | 173.71º | 0.94% | 0.44% | - |
| XYZ | 8.23 | 12.57 | 14.3 | - |
| YUV | 79.35 | 140.21 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 101 | 0.94 | 0 | 0.10 | 0.56 | 173.71 | 0.88 | 0.23 |
| Hex | 7 | 70 | 65 | 5E | 0 | A | 38 | AE | 58 | 17 |
| Octal | 7 | 160 | 145 | 136 | 0 | 12 | 70 | 256 | 130 | 27 |
| Binary | 111 | 1110000 | 1100101 | 1011110 | 0 | 1010 | 111000 | 10101110 | 1011000 | 10111 |
Color Harmonies of #077065
Complementary color
Monochromatic Colors of #077065
Black with #077065
Text Example
Text Example
White with #077065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077065; }
p { color: rgb(7,112,101); }
H1.HeaderClassName
{
color: #077065;
}
.AnyTagClassName
{
color: #077065;
}
</style>
background-color css
<style>
a { background-color: #077065; }
a { background-color: rgb(7,112,101); }
div.DivClassName
{
background-color: #077065;
}
.BgClassName
{
background-color: #077065;
}
</style>
border-color css
<style>
span { border-color: #077065; }
span { border-color: rgb(7,112,101); }
td.TdClassName
{
border-color: #077065;
}
.TagClassName
{
border-color: #077065;
}
</style>