Shades of Tropical Rain Forest #05705B
Tints of Tropical Rain Forest #05705B
RGB
CMYK
RGB Variations
Color information
#05705B (or 0x05705B) is known color: Tropical Rain Forest. HEX triplet: 05, 70 and 5B. RGB value is (5,112,91). Sum of RGB (Red+Green+Blue) = 5+112+91=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #05705B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05705B is #FA8FA4. Grayscale: #4D4D4D. Windows color (decimal): -16420773 or 5992453. OLE color: 5992453.
HSL color Cylindrical-coordinate representation of color #05705B: hue angle of 168.22º 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 #05705B is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 112 | 91 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.56 |
| HSL | 168.22º | 0.91% | 0.23% | - |
| HSV(B) | 168.22º | 0.96% | 0.44% | - |
| XYZ | 7.75 | 12.38 | 11.88 | - |
| YUV | 77.61 | 135.55 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 91 | 0.96 | 0 | 0.19 | 0.56 | 168.22 | 0.91 | 0.23 |
| Hex | 5 | 70 | 5B | 60 | 0 | 13 | 38 | A8 | 5B | 17 |
| Octal | 5 | 160 | 133 | 140 | 0 | 23 | 70 | 250 | 133 | 27 |
| Binary | 101 | 1110000 | 1011011 | 1100000 | 0 | 10011 | 111000 | 10101000 | 1011011 | 10111 |
Color Harmonies of #05705B
Complementary color
Monochromatic Colors of #05705B
Black with #05705B
Text Example
Text Example
White with #05705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05705B; }
p { color: rgb(5,112,91); }
H1.HeaderClassName
{
color: #05705B;
}
.AnyTagClassName
{
color: #05705B;
}
</style>
background-color css
<style>
a { background-color: #05705B; }
a { background-color: rgb(5,112,91); }
div.DivClassName
{
background-color: #05705B;
}
.BgClassName
{
background-color: #05705B;
}
</style>
border-color css
<style>
span { border-color: #05705B; }
span { border-color: rgb(5,112,91); }
td.TdClassName
{
border-color: #05705B;
}
.TagClassName
{
border-color: #05705B;
}
</style>