#0E715D

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

Shades of Tropical Rain Forest #0E715D

Tints of Tropical Rain Forest #0E715D

Color information

#0E715D (or 0x0E715D) is unknown color: approx Tropical Rain Forest. HEX triplet: 0E, 71 and 5D. RGB value is (14,113,93). Sum of RGB (Red+Green+Blue) = 14+113+93=220 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.36% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #0E715D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E715D is #F18EA2. Grayscale: #515151. Windows color (decimal): -15830691 or 6123790. OLE color: 6123790.

HSL color Cylindrical-coordinate representation of color #0E715D: hue angle of 167.88º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E715D is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1411393-
CMYK0.8800.180.56
HSL167.88º77.95%24.9%-
HSV(B)167.88º87.61%44.31%-
XYZ8.0612.6912.38-
YUV81.12134.780.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.36%
GREEN value IS 113 (44.53% from 255) = 51.36%
BLUE value IS 93 (36.72% from 255) = 42.27%
R=6.36%
G=51.36%
B=42.27%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal14113930.8800.180.56167.8877.9524.9
HexE715D5801238a84e19
Octal161611351300227025011631
Binary111011100011011101101100001001011100010101000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E715D; }

 p { color: rgb(14,113,93); }

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

<style>
 a { background-color: #0E715D; }

 a { background-color: rgb(14,113,93); }

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

<style>
 span { border-color: #0E715D; }

 span { border-color: rgb(14,113,93); }

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