#0E7559

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

Shades of Tropical Rain Forest #0E7559

Tints of Tropical Rain Forest #0E7559

Color information

#0E7559 (or 0x0E7559) is unknown color: approx Tropical Rain Forest. HEX triplet: 0E, 75 and 59. RGB value is (14,117,89). Sum of RGB (Red+Green+Blue) = 14+117+89=220 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.36% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #0E7559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7559 is #F18AA6. Grayscale: #535353. Windows color (decimal): -15829671 or 5862670. OLE color: 5862670.

HSL color Cylindrical-coordinate representation of color #0E7559: hue angle of 163.69º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7559 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1411789-
CMYK0.8800.240.54
HSL163.69º78.63%25.69%-
HSV(B)163.69º88.03%45.88%-
XYZ8.3513.5411.62-
YUV83.01131.3878.78-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.36%
GREEN value IS 117 (46.09% from 255) = 53.18%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=6.36%
G=53.18%
B=40.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14117890.8800.240.54163.6978.6325.69
HexE75595801836a44f1a
Octal161651311300306624411732
Binary111011101011011001101100001100011011010100100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,117,89); }

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

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

 a { background-color: rgb(14,117,89); }

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

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

 span { border-color: rgb(14,117,89); }

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