Html Css Color HEX #078065 Tropical Rain Forest
📋 copy color: '#078065'red 7 ◦ green 128 ◦ blue 101
Shades of Tropical Rain Forest #078065
Tints of Tropical Rain Forest #078065
RGB
CMYK
RGB Variations
Color information
#078065 (or 0x078065) is known color: Tropical Rain Forest. HEX triplet: 07, 80 and 65. RGB value is (7,128,101). Sum of RGB (Red+Green+Blue) = 7+128+101=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 128 (50.39% from 255 or 54.24% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 128 - color contains mainly: green. Hex color #078065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078065 is #F87F9A. Grayscale: #585858. Windows color (decimal): -16285595 or 6651911. OLE color: 6651911.
HSL color Cylindrical-coordinate representation of color #078065: hue angle of 166.61º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078065 is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 128 | 101 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.50 |
| HSL | 166.61º | 0.9% | 0.26% | - |
| HSV(B) | 166.61º | 0.95% | 0.5% | - |
| XYZ | 10.16 | 16.42 | 14.95 | - |
| YUV | 88.74 | 134.91 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 101 | 0.95 | 0 | 0.21 | 0.50 | 166.61 | 0.9 | 0.26 |
| Hex | 7 | 80 | 65 | 5F | 0 | 15 | 32 | A7 | 5A | 1A |
| Octal | 7 | 200 | 145 | 137 | 0 | 25 | 62 | 247 | 132 | 32 |
| Binary | 111 | 10000000 | 1100101 | 1011111 | 0 | 10101 | 110010 | 10100111 | 1011010 | 11010 |
Color Harmonies of #078065
Complementary color
Monochromatic Colors of #078065
Black with #078065
Text Example
Text Example
White with #078065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078065; }
p { color: rgb(7,128,101); }
H1.HeaderClassName
{
color: #078065;
}
.AnyTagClassName
{
color: #078065;
}
</style>
background-color css
<style>
a { background-color: #078065; }
a { background-color: rgb(7,128,101); }
div.DivClassName
{
background-color: #078065;
}
.BgClassName
{
background-color: #078065;
}
</style>
border-color css
<style>
span { border-color: #078065; }
span { border-color: rgb(7,128,101); }
td.TdClassName
{
border-color: #078065;
}
.TagClassName
{
border-color: #078065;
}
</style>