#10705E

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

Shades of Tropical Rain Forest #10705E

Tints of Tropical Rain Forest #10705E

Color information

#10705E (or 0x10705E) is unknown color: approx Tropical Rain Forest. HEX triplet: 10, 70 and 5E. RGB value is (16,112,94). Sum of RGB (Red+Green+Blue) = 16+112+94=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #10705E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10705E is #EF8FA1. Grayscale: #515151. Windows color (decimal): -15699874 or 6189072. OLE color: 6189072.

HSL color Cylindrical-coordinate representation of color #10705E: hue angle of 168.75º 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 #10705E is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1611294-
CMYK0.8600.160.56
HSL168.75º75%25.1%-
HSV(B)168.75º85.71%43.92%-
XYZ8.0312.5112.58-
YUV81.24135.281.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.21%
GREEN value IS 112 (44.14% from 255) = 50.45%
BLUE value IS 94 (37.11% from 255) = 42.34%
R=7.21%
G=50.45%
B=42.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16112940.8600.160.56168.757525.1
Hex10705E5601038a94b19
Octal201601361260207025111331
Binary1000011100001011110101011001000011100010101001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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