Html Css Color HEX #0E7557 Tropical Rain Forest

📋 copy color: '#0E7557'

red 14 ◦ green 117 ◦ blue 87

#0E7557
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #0E7557

Tints of Tropical Rain Forest #0E7557

RGB

 RED value IS 14 (5.86% from 255) = 6.42%

 GREEN value IS 117 (46.09% from 255) = 53.67%

 BLUE value IS 87 (34.38% from 255) = 39.91%

R = 6.42%
G = 53.67%
B = 39.91%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#0E7557 (or 0x0E7557) is known color: Tropical Rain Forest. HEX triplet: 0E, 75 and 57. RGB value is (14,117,87). Sum of RGB (Red+Green+Blue) = 14+117+87=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #0E7557 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7557 is #F18AA8. Grayscale: #525252. Windows color (decimal): -15829673 or 5731598. OLE color: 5731598.

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

Color convert

RGB 14 117 87 -
CMYK 0.88 0 0.26 0.54
HSL 162.52º 0.79% 0.26% -
HSV(B) 162.52º 0.88% 0.46% -
XYZ 8.26 13.5 11.19 -
YUV 82.78 130.38 78.94 -
System Red Green Blue C M Y K H S L
Decimal 14 117 87 0.88 0 0.26 0.54 162.52 0.79 0.26
Hex E 75 57 58 0 1A 36 A3 4F 1A
Octal 16 165 127 130 0 32 66 243 117 32
Binary 1110 1110101 1010111 1011000 0 11010 110110 10100011 1001111 11010

Color Harmonies of #0E7557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7557

Black with #0E7557

Text Example


Text Example

White with #0E7557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E7557;
 }
 .AnyTagClassName
 {
   color: #0E7557;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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