#0E7059

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

Shades of Tropical Rain Forest #0E7059

Tints of Tropical Rain Forest #0E7059

Color information

#0E7059 (or 0x0E7059) is unknown color: approx Tropical Rain Forest. HEX triplet: 0E, 70 and 59. RGB value is (14,112,89). Sum of RGB (Red+Green+Blue) = 14+112+89=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #0E7059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7059 is #F18FA6. Grayscale: #505050. Windows color (decimal): -15830951 or 5861390. OLE color: 5861390.

HSL color Cylindrical-coordinate representation of color #0E7059: hue angle of 165.92º 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 #0E7059 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1411289-
CMYK0.8800.210.56
HSL165.92º77.78%24.71%-
HSV(B)165.92º87.5%43.92%-
XYZ7.7812.411.44-
YUV80.08133.0380.87-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.51%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 89 (35.16% from 255) = 41.40%
R=6.51%
G=52.09%
B=41.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal14112890.8800.210.56165.9277.7824.71
HexE70595801538a64e19
Octal161601311300257024611631
Binary111011100001011001101100001010111100010100110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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