Html Css Color HEX #117058 Tropical Rain Forest
📋 copy color: '#117058'red 17 ◦ green 112 ◦ blue 88
Shades of Tropical Rain Forest #117058
Tints of Tropical Rain Forest #117058
RGB
CMYK
RGB Variations
Color information
#117058 (or 0x117058) is known color: Tropical Rain Forest. HEX triplet: 11, 70 and 58. RGB value is (17,112,88). Sum of RGB (Red+Green+Blue) = 17+112+88=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #117058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117058 is #EE8FA7. Grayscale: #505050. Windows color (decimal): -15634344 or 5795857. OLE color: 5795857.
HSL color Cylindrical-coordinate representation of color #117058: hue angle of 164.84º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117058 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 112 | 88 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.56 |
| HSL | 164.84º | 0.74% | 0.25% | - |
| HSV(B) | 164.84º | 0.85% | 0.44% | - |
| XYZ | 7.79 | 12.41 | 11.22 | - |
| YUV | 80.86 | 132.03 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 88 | 0.85 | 0 | 0.21 | 0.56 | 164.84 | 0.74 | 0.25 |
| Hex | 11 | 70 | 58 | 55 | 0 | 15 | 38 | A5 | 4A | 19 |
| Octal | 21 | 160 | 130 | 125 | 0 | 25 | 70 | 245 | 112 | 31 |
| Binary | 10001 | 1110000 | 1011000 | 1010101 | 0 | 10101 | 111000 | 10100101 | 1001010 | 11001 |
Color Harmonies of #117058
Complementary color
Monochromatic Colors of #117058
Black with #117058
Text Example
Text Example
White with #117058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117058; }
p { color: rgb(17,112,88); }
H1.HeaderClassName
{
color: #117058;
}
.AnyTagClassName
{
color: #117058;
}
</style>
background-color css
<style>
a { background-color: #117058; }
a { background-color: rgb(17,112,88); }
div.DivClassName
{
background-color: #117058;
}
.BgClassName
{
background-color: #117058;
}
</style>
border-color css
<style>
span { border-color: #117058; }
span { border-color: rgb(17,112,88); }
td.TdClassName
{
border-color: #117058;
}
.TagClassName
{
border-color: #117058;
}
</style>