#096C5B

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

Shades of Tropical Rain Forest #096C5B

Tints of Tropical Rain Forest #096C5B

Color information

#096C5B (or 0x096C5B) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 6C and 5B. RGB value is (9,108,91). Sum of RGB (Red+Green+Blue) = 9+108+91=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 108 (42.58% from 255 or 51.92% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 108 - color contains mainly: green. Hex color #096C5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C5B is #F693A4. Grayscale: #4C4C4C. Windows color (decimal): -16159653 or 5991433. OLE color: 5991433.

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

Color convert

RGB910891-
CMYK0.9200.160.58
HSL169.7º84.62%22.94%-
HSV(B)169.7º91.67%42.35%-
XYZ7.3611.5411.74-
YUV76.46136.279.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.33%
GREEN value IS 108 (42.58% from 255) = 51.92%
BLUE value IS 91 (35.94% from 255) = 43.75%
R=4.33%
G=51.92%
B=43.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9108910.9200.160.58169.784.6222.94
Hex96C5B5C0103Aaa5517
Octal111541331340207225212527
Binary100111011001011011101110001000011101010101010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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