#0E7060

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

Shades of Tropical Rain Forest #0E7060

Tints of Tropical Rain Forest #0E7060

Color information

#0E7060 (or 0x0E7060) is unknown color: approx Tropical Rain Forest. HEX triplet: 0E, 70 and 60. RGB value is (14,112,96). Sum of RGB (Red+Green+Blue) = 14+112+96=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #0E7060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7060 is #F18F9F. Grayscale: #505050. Windows color (decimal): -15830944 or 6320142. OLE color: 6320142.

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

Color convert

RGB1411296-
CMYK0.8800.140.56
HSL170.2º77.78%24.71%-
HSV(B)170.2º87.5%43.92%-
XYZ8.0912.5313.06-
YUV80.87136.5380.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.31%
GREEN value IS 112 (44.14% from 255) = 50.45%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=6.31%
G=50.45%
B=43.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal14112960.8800.140.56170.277.7824.71
HexE7060580E38aa4e19
Octal161601401300167025211631
Binary11101110000110000010110000111011100010101010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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