Html Css Color HEX #057764 Tropical Rain Forest
📋 copy color: '#057764'red 5 ◦ green 119 ◦ blue 100
Shades of Tropical Rain Forest #057764
Tints of Tropical Rain Forest #057764
RGB
CMYK
RGB Variations
Color information
#057764 (or 0x057764) is known color: Tropical Rain Forest. HEX triplet: 05, 77 and 64. RGB value is (5,119,100). Sum of RGB (Red+Green+Blue) = 5+119+100=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #057764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057764 is #FA889B. Grayscale: #525252. Windows color (decimal): -16418972 or 6584069. OLE color: 6584069.
HSL color Cylindrical-coordinate representation of color #057764: hue angle of 170º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057764 is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 119 | 100 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.53 |
| HSL | 170º | 0.92% | 0.24% | - |
| HSV(B) | 170º | 0.96% | 0.47% | - |
| XYZ | 8.96 | 14.15 | 14.31 | - |
| YUV | 82.75 | 137.73 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 100 | 0.96 | 0 | 0.16 | 0.53 | 170 | 0.92 | 0.24 |
| Hex | 5 | 77 | 64 | 60 | 0 | 10 | 35 | AA | 5C | 18 |
| Octal | 5 | 167 | 144 | 140 | 0 | 20 | 65 | 252 | 134 | 30 |
| Binary | 101 | 1110111 | 1100100 | 1100000 | 0 | 10000 | 110101 | 10101010 | 1011100 | 11000 |
Color Harmonies of #057764
Complementary color
Monochromatic Colors of #057764
Black with #057764
Text Example
Text Example
White with #057764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057764; }
p { color: rgb(5,119,100); }
H1.HeaderClassName
{
color: #057764;
}
.AnyTagClassName
{
color: #057764;
}
</style>
background-color css
<style>
a { background-color: #057764; }
a { background-color: rgb(5,119,100); }
div.DivClassName
{
background-color: #057764;
}
.BgClassName
{
background-color: #057764;
}
</style>
border-color css
<style>
span { border-color: #057764; }
span { border-color: rgb(5,119,100); }
td.TdClassName
{
border-color: #057764;
}
.TagClassName
{
border-color: #057764;
}
</style>