#096e5c

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

Shades of Tropical Rain Forest #096E5C

Tints of Tropical Rain Forest #096E5C

Color information

#096E5C (or 0x096E5C) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 6E and 5C. RGB value is (9,110,92). Sum of RGB (Red+Green+Blue) = 9+110+92=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 110 (43.36% from 255 or 52.13% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 110 - color contains mainly: green. Hex color #096E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096E5C is #F691A3. Grayscale: #4D4D4D. Windows color (decimal): -16159140 or 6057481. OLE color: 6057481.

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

Color convert

RGB911092-
CMYK0.9200.160.57
HSL169.31º84.87%23.33%-
HSV(B)169.31º91.82%43.14%-
XYZ7.6211.9812.04-
YUV77.75136.0478.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.27%
GREEN value IS 110 (43.36% from 255) = 52.13%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=4.27%
G=52.13%
B=43.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9110920.9200.160.57169.3184.8723.33
Hex96E5C5C01039a95517
Octal111561341340207125112527
Binary100111011101011100101110001000011100110101001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096e5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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