Html Css Color HEX #077164 Tropical Rain Forest
📋 copy color: '#077164'red 7 ◦ green 113 ◦ blue 100
Shades of Tropical Rain Forest #077164
Tints of Tropical Rain Forest #077164
RGB
CMYK
RGB Variations
Color information
#077164 (or 0x077164) is known color: Tropical Rain Forest. HEX triplet: 07, 71 and 64. RGB value is (7,113,100). Sum of RGB (Red+Green+Blue) = 7+113+100=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #077164 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077164 is #F88E9B. Grayscale: #4F4F4F. Windows color (decimal): -16289436 or 6582535. OLE color: 6582535.
HSL color Cylindrical-coordinate representation of color #077164: hue angle of 172.64º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077164 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 113 | 100 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.56 |
| HSL | 172.64º | 0.88% | 0.24% | - |
| HSV(B) | 172.64º | 0.94% | 0.44% | - |
| XYZ | 8.29 | 12.78 | 14.09 | - |
| YUV | 79.82 | 139.38 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 113 | 100 | 0.94 | 0 | 0.12 | 0.56 | 172.64 | 0.88 | 0.24 |
| Hex | 7 | 71 | 64 | 5E | 0 | C | 38 | AD | 58 | 18 |
| Octal | 7 | 161 | 144 | 136 | 0 | 14 | 70 | 255 | 130 | 30 |
| Binary | 111 | 1110001 | 1100100 | 1011110 | 0 | 1100 | 111000 | 10101101 | 1011000 | 11000 |
Color Harmonies of #077164
Complementary color
Monochromatic Colors of #077164
Black with #077164
Text Example
Text Example
White with #077164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077164; }
p { color: rgb(7,113,100); }
H1.HeaderClassName
{
color: #077164;
}
.AnyTagClassName
{
color: #077164;
}
</style>
background-color css
<style>
a { background-color: #077164; }
a { background-color: rgb(7,113,100); }
div.DivClassName
{
background-color: #077164;
}
.BgClassName
{
background-color: #077164;
}
</style>
border-color css
<style>
span { border-color: #077164; }
span { border-color: rgb(7,113,100); }
td.TdClassName
{
border-color: #077164;
}
.TagClassName
{
border-color: #077164;
}
</style>