Shades of Tropical Rain Forest #057F61
Tints of Tropical Rain Forest #057F61
RGB
CMYK
RGB Variations
Color information
#057F61 (or 0x057F61) is known color: Tropical Rain Forest. HEX triplet: 05, 7F and 61. RGB value is (5,127,97). Sum of RGB (Red+Green+Blue) = 5+127+97=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 127 (50% from 255 or 55.46% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 127 - color contains mainly: green. Hex color #057F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057F61 is #FA809E. Grayscale: #575757. Windows color (decimal): -16416927 or 6389509. OLE color: 6389509.
HSL color Cylindrical-coordinate representation of color #057F61: hue angle of 165.25º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057F61 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 127 | 97 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.50 |
| HSL | 165.25º | 0.92% | 0.26% | - |
| HSV(B) | 165.25º | 0.96% | 0.5% | - |
| XYZ | 9.81 | 16.07 | 13.89 | - |
| YUV | 87.1 | 133.58 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 97 | 0.96 | 0 | 0.24 | 0.50 | 165.25 | 0.92 | 0.26 |
| Hex | 5 | 7F | 61 | 60 | 0 | 18 | 32 | A5 | 5C | 1A |
| Octal | 5 | 177 | 141 | 140 | 0 | 30 | 62 | 245 | 134 | 32 |
| Binary | 101 | 1111111 | 1100001 | 1100000 | 0 | 11000 | 110010 | 10100101 | 1011100 | 11010 |
Color Harmonies of #057F61
Complementary color
Monochromatic Colors of #057F61
Black with #057F61
Text Example
Text Example
White with #057F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057F61; }
p { color: rgb(5,127,97); }
H1.HeaderClassName
{
color: #057F61;
}
.AnyTagClassName
{
color: #057F61;
}
</style>
background-color css
<style>
a { background-color: #057F61; }
a { background-color: rgb(5,127,97); }
div.DivClassName
{
background-color: #057F61;
}
.BgClassName
{
background-color: #057F61;
}
</style>
border-color css
<style>
span { border-color: #057F61; }
span { border-color: rgb(5,127,97); }
td.TdClassName
{
border-color: #057F61;
}
.TagClassName
{
border-color: #057F61;
}
</style>