Html Css Color HEX #117059 Tropical Rain Forest

📋 copy color: '#117059'

red 17 ◦ green 112 ◦ blue 89

#117059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #117059

Tints of Tropical Rain Forest #117059

RGB

 RED value IS 17 (7.03% from 255) = 7.8%

 GREEN value IS 112 (44.14% from 255) = 51.38%

 BLUE value IS 89 (35.16% from 255) = 40.83%

R = 7.8%
G = 51.38%
B = 40.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#117059 (or 0x117059) is known color: Tropical Rain Forest. HEX triplet: 11, 70 and 59. RGB value is (17,112,89). Sum of RGB (Red+Green+Blue) = 17+112+89=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #117059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117059 is #EE8FA6. Grayscale: #505050. Windows color (decimal): -15634343 or 5861393. OLE color: 5861393.

HSL color Cylindrical-coordinate representation of color #117059: hue angle of 165.47º 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 #117059 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 112 89 -
CMYK 0.85 0 0.21 0.56
HSL 165.47º 0.74% 0.25% -
HSV(B) 165.47º 0.85% 0.44% -
XYZ 7.83 12.43 11.44 -
YUV 80.97 132.53 82.37 -
System Red Green Blue C M Y K H S L
Decimal 17 112 89 0.85 0 0.21 0.56 165.47 0.74 0.25
Hex 11 70 59 55 0 15 38 A5 4A 19
Octal 21 160 131 125 0 25 70 245 112 31
Binary 10001 1110000 1011001 1010101 0 10101 111000 10100101 1001010 11001

Color Harmonies of #117059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117059

Black with #117059

Text Example


Text Example

White with #117059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117059; }

 p { color: rgb(17,112,89); }

 H1.HeaderClassName
 {
   color: #117059;
 }
 .AnyTagClassName
 {
   color: #117059;
 }
</style>

background-color css

<style>
 a { background-color: #117059; }

 a { background-color: rgb(17,112,89); }

 div.DivClassName
 {
   background-color: #117059;
 }
 .BgClassName
 {
   background-color: #117059;
 }
</style>

border-color css

<style>
 span { border-color: #117059; }

 span { border-color: rgb(17,112,89); }

 td.TdClassName
 {
   border-color: #117059;
 }
 .TagClassName
 {
   border-color: #117059;
 }
</style>