#096D62

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

Shades of Tropical Rain Forest #096D62

Tints of Tropical Rain Forest #096D62

Color information

#096D62 (or 0x096D62) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 6D and 62. RGB value is (9,109,98). Sum of RGB (Red+Green+Blue) = 9+109+98=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 109 (42.97% from 255 or 50.46% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 109 - color contains mainly: green. Hex color #096D62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096D62 is #F6929D. Grayscale: #4D4D4D. Windows color (decimal): -16159390 or 6450441. OLE color: 6450441.

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

Color convert

RGB910998-
CMYK0.9200.100.57
HSL173.4º84.75%23.14%-
HSV(B)173.4º91.74%42.75%-
XYZ7.7911.8813.44-
YUV77.85139.3778.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.17%
GREEN value IS 109 (42.97% from 255) = 50.46%
BLUE value IS 98 (38.67% from 255) = 45.37%
R=4.17%
G=50.46%
B=45.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9109980.9200.100.57173.484.7523.14
Hex96D625C0A39ad5517
Octal111551421340127125512527
Binary10011101101110001010111000101011100110101101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,109,98); }

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

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

 a { background-color: rgb(9,109,98); }

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

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

 span { border-color: rgb(9,109,98); }

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