Shades of Tropical Rain Forest #05765C
Tints of Tropical Rain Forest #05765C
RGB
CMYK
RGB Variations
Color information
#05765C (or 0x05765C) is known color: Tropical Rain Forest. HEX triplet: 05, 76 and 5C. RGB value is (5,118,92). Sum of RGB (Red+Green+Blue) = 5+118+92=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #05765C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05765C is #FA89A3. Grayscale: #515151. Windows color (decimal): -16419236 or 6059525. OLE color: 6059525.
HSL color Cylindrical-coordinate representation of color #05765C: hue angle of 166.19º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05765C is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 118 | 92 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.54 |
| HSL | 166.19º | 0.92% | 0.24% | - |
| HSV(B) | 166.19º | 0.96% | 0.46% | - |
| XYZ | 8.47 | 13.76 | 12.33 | - |
| YUV | 81.25 | 134.06 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 118 | 92 | 0.96 | 0 | 0.22 | 0.54 | 166.19 | 0.92 | 0.24 |
| Hex | 5 | 76 | 5C | 60 | 0 | 16 | 36 | A6 | 5C | 18 |
| Octal | 5 | 166 | 134 | 140 | 0 | 26 | 66 | 246 | 134 | 30 |
| Binary | 101 | 1110110 | 1011100 | 1100000 | 0 | 10110 | 110110 | 10100110 | 1011100 | 11000 |
Color Harmonies of #05765C
Complementary color
Monochromatic Colors of #05765C
Black with #05765C
Text Example
Text Example
White with #05765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05765C; }
p { color: rgb(5,118,92); }
H1.HeaderClassName
{
color: #05765C;
}
.AnyTagClassName
{
color: #05765C;
}
</style>
background-color css
<style>
a { background-color: #05765C; }
a { background-color: rgb(5,118,92); }
div.DivClassName
{
background-color: #05765C;
}
.BgClassName
{
background-color: #05765C;
}
</style>
border-color css
<style>
span { border-color: #05765C; }
span { border-color: rgb(5,118,92); }
td.TdClassName
{
border-color: #05765C;
}
.TagClassName
{
border-color: #05765C;
}
</style>