#096E5D

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

Shades of Tropical Rain Forest #096E5D

Tints of Tropical Rain Forest #096E5D

Color information

#096E5D (or 0x096E5D) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 6E and 5D. RGB value is (9,110,93). Sum of RGB (Red+Green+Blue) = 9+110+93=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 110 (43.36% from 255 or 51.89% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 110 - color contains mainly: green. Hex color #096E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096E5D is #F691A2. Grayscale: #4D4D4D. Windows color (decimal): -16159139 or 6123017. OLE color: 6123017.

HSL color Cylindrical-coordinate representation of color #096E5D: hue angle of 169.9º 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 #096E5D is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB911093-
CMYK0.9200.150.57
HSL169.9º84.87%23.33%-
HSV(B)169.9º91.82%43.14%-
XYZ7.661212.27-
YUV77.86136.5478.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.25%
GREEN value IS 110 (43.36% from 255) = 51.89%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=4.25%
G=51.89%
B=43.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9110930.9200.150.57169.984.8723.33
Hex96E5D5C0F39aa5517
Octal111561351340177125212527
Binary10011101110101110110111000111111100110101010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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