#096C5E

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

Shades of Tropical Rain Forest #096C5E

Tints of Tropical Rain Forest #096C5E

Color information

#096C5E (or 0x096C5E) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 6C and 5E. RGB value is (9,108,94). Sum of RGB (Red+Green+Blue) = 9+108+94=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 108 (42.58% from 255 or 51.18% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 108 - color contains mainly: green. Hex color #096C5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C5E is #F693A1. Grayscale: #4C4C4C. Windows color (decimal): -16159650 or 6188041. OLE color: 6188041.

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

Color convert

RGB910894-
CMYK0.9200.130.58
HSL171.52º84.62%22.94%-
HSV(B)171.52º91.67%42.35%-
XYZ7.511.5912.43-
YUV76.8137.779.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.27%
GREEN value IS 108 (42.58% from 255) = 51.18%
BLUE value IS 94 (37.11% from 255) = 44.55%
R=4.27%
G=51.18%
B=44.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9108940.9200.130.58171.5284.6222.94
Hex96C5E5C0D3Aac5517
Octal111541361340157225412527
Binary10011101100101111010111000110111101010101100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,108,94); }

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

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

 a { background-color: rgb(9,108,94); }

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

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

 span { border-color: rgb(9,108,94); }

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