Shades of Tropical Rain Forest #05705C
Tints of Tropical Rain Forest #05705C
RGB
CMYK
RGB Variations
Color information
#05705C (or 0x05705C) is known color: Tropical Rain Forest. HEX triplet: 05, 70 and 5C. RGB value is (5,112,92). Sum of RGB (Red+Green+Blue) = 5+112+92=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #05705C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05705C is #FA8FA3. Grayscale: #4D4D4D. Windows color (decimal): -16420772 or 6057989. OLE color: 6057989.
HSL color Cylindrical-coordinate representation of color #05705C: hue angle of 168.79º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05705C is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 112 | 92 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.56 |
| HSL | 168.79º | 0.91% | 0.23% | - |
| HSV(B) | 168.79º | 0.96% | 0.44% | - |
| XYZ | 7.79 | 12.39 | 12.11 | - |
| YUV | 77.73 | 136.05 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 92 | 0.96 | 0 | 0.18 | 0.56 | 168.79 | 0.91 | 0.23 |
| Hex | 5 | 70 | 5C | 60 | 0 | 12 | 38 | A9 | 5B | 17 |
| Octal | 5 | 160 | 134 | 140 | 0 | 22 | 70 | 251 | 133 | 27 |
| Binary | 101 | 1110000 | 1011100 | 1100000 | 0 | 10010 | 111000 | 10101001 | 1011011 | 10111 |
Color Harmonies of #05705C
Complementary color
Monochromatic Colors of #05705C
Black with #05705C
Text Example
Text Example
White with #05705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05705C; }
p { color: rgb(5,112,92); }
H1.HeaderClassName
{
color: #05705C;
}
.AnyTagClassName
{
color: #05705C;
}
</style>
background-color css
<style>
a { background-color: #05705C; }
a { background-color: rgb(5,112,92); }
div.DivClassName
{
background-color: #05705C;
}
.BgClassName
{
background-color: #05705C;
}
</style>
border-color css
<style>
span { border-color: #05705C; }
span { border-color: rgb(5,112,92); }
td.TdClassName
{
border-color: #05705C;
}
.TagClassName
{
border-color: #05705C;
}
</style>