#0E755B

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

Shades of Tropical Rain Forest #0E755B

Tints of Tropical Rain Forest #0E755B

Color information

#0E755B (or 0x0E755B) is unknown color: approx Tropical Rain Forest. HEX triplet: 0E, 75 and 5B. RGB value is (14,117,91). Sum of RGB (Red+Green+Blue) = 14+117+91=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #0E755B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E755B is #F18AA4. Grayscale: #535353. Windows color (decimal): -15829669 or 5993742. OLE color: 5993742.

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

Color convert

RGB1411791-
CMYK0.8800.220.54
HSL164.85º78.63%25.69%-
HSV(B)164.85º88.03%45.88%-
XYZ8.4313.5712.07-
YUV83.24132.3878.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.31%
GREEN value IS 117 (46.09% from 255) = 52.70%
BLUE value IS 91 (35.94% from 255) = 40.99%
R=6.31%
G=52.70%
B=40.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14117910.8800.220.54164.8578.6325.69
HexE755B5801636a54f1a
Octal161651331300266624511732
Binary111011101011011011101100001011011011010100101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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