#10705D

Color #10705D Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #10705D

Tints of Tropical Rain Forest #10705D

Color information

#10705D (or 0x10705D) is unknown color: approx Tropical Rain Forest. HEX triplet: 10, 70 and 5D. RGB value is (16,112,93). Sum of RGB (Red+Green+Blue) = 16+112+93=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #10705D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10705D is #EF8FA2. Grayscale: #515151. Windows color (decimal): -15699875 or 6123536. OLE color: 6123536.

HSL color Cylindrical-coordinate representation of color #10705D: hue angle of 168.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10705D is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1611293-
CMYK0.8600.170.56
HSL168.12º75%25.1%-
HSV(B)168.12º85.71%43.92%-
XYZ7.9812.4912.35-
YUV81.13134.781.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.24%
GREEN value IS 112 (44.14% from 255) = 50.68%
BLUE value IS 93 (36.72% from 255) = 42.08%
R=7.24%
G=50.68%
B=42.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16112930.8600.170.56168.127525.1
Hex10705D5601138a84b19
Octal201601351260217025011331
Binary1000011100001011101101011001000111100010101000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10705D; }

 p { color: rgb(16,112,93); }

 H1.HeaderClassName
 {
   color: #10705D;
 }
 .AnyTagClassName
 {
   color: #10705D;
 }
</style>
background-color css

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

 a { background-color: rgb(16,112,93); }

 div.DivClassName
 {
   background-color: #10705D;
 }
 .BgClassName
 {
   background-color: #10705D;
 }
</style>
border-color css

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

 span { border-color: rgb(16,112,93); }

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