Html Css Color HEX #11705A Tropical Rain Forest

📋 copy color: '#11705A'

red 17 ◦ green 112 ◦ blue 90

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

Shades of Tropical Rain Forest #11705A

Tints of Tropical Rain Forest #11705A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.1%

R = 7.76%
G = 51.14%
B = 41.1%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#11705A (or 0x11705A) is known color: Tropical Rain Forest. HEX triplet: 11, 70 and 5A. RGB value is (17,112,90). Sum of RGB (Red+Green+Blue) = 17+112+90=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #11705A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11705A is #EE8FA5. Grayscale: #515151. Windows color (decimal): -15634342 or 5926929. OLE color: 5926929.

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

Color convert

RGB 17 112 90 -
CMYK 0.85 0 0.20 0.56
HSL 166.11º 0.74% 0.25% -
HSV(B) 166.11º 0.85% 0.44% -
XYZ 7.87 12.45 11.66 -
YUV 81.09 133.03 82.29 -
System Red Green Blue C M Y K H S L
Decimal 17 112 90 0.85 0 0.20 0.56 166.11 0.74 0.25
Hex 11 70 5A 55 0 14 38 A6 4A 19
Octal 21 160 132 125 0 24 70 246 112 31
Binary 10001 1110000 1011010 1010101 0 10100 111000 10100110 1001010 11001

Color Harmonies of #11705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11705A

Black with #11705A

Text Example


Text Example

White with #11705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11705A; }

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

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

background-color css

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

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

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

border-color css

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

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

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