Html Css Color HEX #0E765A Tropical Rain Forest

📋 copy color: '#0E765A'

red 14 ◦ green 118 ◦ blue 90

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

Shades of Tropical Rain Forest #0E765A

Tints of Tropical Rain Forest #0E765A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 53.15%

 BLUE value IS 90 (35.55% from 255) = 40.54%

R = 6.31%
G = 53.15%
B = 40.54%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#0E765A (or 0x0E765A) is known color: Tropical Rain Forest. HEX triplet: 0E, 76 and 5A. RGB value is (14,118,90). Sum of RGB (Red+Green+Blue) = 14+118+90=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 118 (46.48% from 255 or 53.15% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 118 - color contains mainly: green. Hex color #0E765A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E765A is #F189A5. Grayscale: #535353. Windows color (decimal): -15829414 or 5928462. OLE color: 5928462.

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

Color convert

RGB 14 118 90 -
CMYK 0.88 0 0.24 0.54
HSL 163.85º 0.79% 0.26% -
HSV(B) 163.85º 0.88% 0.46% -
XYZ 8.5 13.79 11.89 -
YUV 83.71 131.54 78.28 -
System Red Green Blue C M Y K H S L
Decimal 14 118 90 0.88 0 0.24 0.54 163.85 0.79 0.26
Hex E 76 5A 58 0 18 36 A4 4F 1A
Octal 16 166 132 130 0 30 66 244 117 32
Binary 1110 1110110 1011010 1011000 0 11000 110110 10100100 1001111 11010

Color Harmonies of #0E765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E765A

Black with #0E765A

Text Example


Text Example

White with #0E765A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,118,90); }

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

background-color css

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

 a { background-color: rgb(14,118,90); }

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

border-color css

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

 span { border-color: rgb(14,118,90); }

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