Html Css Color HEX #096E5F Tropical Rain Forest

📋 copy color: '#096E5F'

red 9 ◦ green 110 ◦ blue 95

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

Shades of Tropical Rain Forest #096E5F

Tints of Tropical Rain Forest #096E5F

RGB

 RED value IS 9 (3.91% from 255) = 4.21%

 GREEN value IS 110 (43.36% from 255) = 51.4%

 BLUE value IS 95 (37.5% from 255) = 44.39%

R = 4.21%
G = 51.4%
B = 44.39%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#096E5F (or 0x096E5F) is known color: Tropical Rain Forest. HEX triplet: 09, 6E and 5F. RGB value is (9,110,95). Sum of RGB (Red+Green+Blue) = 9+110+95=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 110 (43.36% from 255 or 51.40% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 110 - color contains mainly: green. Hex color #096E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096E5F is #F691A0. Grayscale: #4E4E4E. Windows color (decimal): -16159137 or 6254089. OLE color: 6254089.

HSL color Cylindrical-coordinate representation of color #096E5F: hue angle of 171.09º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096E5F is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 110 95 -
CMYK 0.92 0 0.14 0.57
HSL 171.09º 0.85% 0.23% -
HSV(B) 171.09º 0.92% 0.43% -
XYZ 7.75 12.04 12.74 -
YUV 78.09 137.54 78.72 -
System Red Green Blue C M Y K H S L
Decimal 9 110 95 0.92 0 0.14 0.57 171.09 0.85 0.23
Hex 9 6E 5F 5C 0 E 39 AB 55 17
Octal 11 156 137 134 0 16 71 253 125 27
Binary 1001 1101110 1011111 1011100 0 1110 111001 10101011 1010101 10111

Color Harmonies of #096E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096E5F

Black with #096E5F

Text Example


Text Example

White with #096E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096E5F; }

 p { color: rgb(9,110,95); }

 H1.HeaderClassName
 {
   color: #096E5F;
 }
 .AnyTagClassName
 {
   color: #096E5F;
 }
</style>

background-color css

<style>
 a { background-color: #096E5F; }

 a { background-color: rgb(9,110,95); }

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

border-color css

<style>
 span { border-color: #096E5F; }

 span { border-color: rgb(9,110,95); }

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