#106F5E

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

Shades of Tropical Rain Forest #106F5E

Tints of Tropical Rain Forest #106F5E

Color information

#106F5E (or 0x106F5E) is unknown color: approx Tropical Rain Forest. HEX triplet: 10, 6F and 5E. RGB value is (16,111,94). Sum of RGB (Red+Green+Blue) = 16+111+94=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #106F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106F5E is #EF90A1. Grayscale: #505050. Windows color (decimal): -15700130 or 6188816. OLE color: 6188816.

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

Color convert

RGB1611194-
CMYK0.8600.150.56
HSL169.26º74.8%24.9%-
HSV(B)169.26º85.59%43.53%-
XYZ7.9212.2912.54-
YUV80.66135.5381.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.24%
GREEN value IS 111 (43.75% from 255) = 50.23%
BLUE value IS 94 (37.11% from 255) = 42.53%
R=7.24%
G=50.23%
B=42.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16111940.8600.150.56169.2674.824.9
Hex106F5E560F38a94b19
Octal201571361260177025111331
Binary100001101111101111010101100111111100010101001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106F5E; }

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

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

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

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

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

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

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

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