#0E755D

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

Shades of Tropical Rain Forest #0E755D

Tints of Tropical Rain Forest #0E755D

Color information

#0E755D (or 0x0E755D) is unknown color: approx Tropical Rain Forest. HEX triplet: 0E, 75 and 5D. RGB value is (14,117,93). Sum of RGB (Red+Green+Blue) = 14+117+93=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #0E755D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E755D is #F18AA2. Grayscale: #535353. Windows color (decimal): -15829667 or 6124814. OLE color: 6124814.

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

Color convert

RGB1411793-
CMYK0.8800.210.54
HSL166.02º78.63%25.69%-
HSV(B)166.02º88.03%45.88%-
XYZ8.5213.6112.53-
YUV83.47133.3878.45-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.25%
GREEN value IS 117 (46.09% from 255) = 52.23%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=6.25%
G=52.23%
B=41.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14117930.8800.210.54166.0278.6325.69
HexE755D5801536a64f1a
Octal161651351300256624611732
Binary111011101011011101101100001010111011010100110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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