#10715C

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

Shades of Tropical Rain Forest #10715C

Tints of Tropical Rain Forest #10715C

Color information

#10715C (or 0x10715C) is unknown color: approx Tropical Rain Forest. HEX triplet: 10, 71 and 5C. RGB value is (16,113,92). Sum of RGB (Red+Green+Blue) = 16+113+92=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #10715C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10715C is #EF8EA3. Grayscale: #515151. Windows color (decimal): -15699620 or 6058256. OLE color: 6058256.

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

Color convert

RGB1611392-
CMYK0.8600.190.56
HSL167.01º75.19%25.29%-
HSV(B)167.01º85.84%44.31%-
XYZ8.0512.6912.15-
YUV81.6133.8681.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.24%
GREEN value IS 113 (44.53% from 255) = 51.13%
BLUE value IS 92 (36.33% from 255) = 41.63%
R=7.24%
G=51.13%
B=41.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16113920.8600.190.56167.0175.1925.29
Hex10715C5601338a74b19
Octal201611341260237024711331
Binary1000011100011011100101011001001111100010100111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10715C; }

 p { color: rgb(16,113,92); }

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

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

 a { background-color: rgb(16,113,92); }

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

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

 span { border-color: rgb(16,113,92); }

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