#096A58

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

Shades of Tropical Rain Forest #096A58

Tints of Tropical Rain Forest #096A58

Color information

#096A58 (or 0x096A58) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 6A and 58. RGB value is (9,106,88). Sum of RGB (Red+Green+Blue) = 9+106+88=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 106 (41.80% from 255 or 52.22% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 106 - color contains mainly: green. Hex color #096A58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096A58 is #F695A7. Grayscale: #4A4A4A. Windows color (decimal): -16160168 or 5794313. OLE color: 5794313.

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

Color convert

RGB910688-
CMYK0.9200.170.58
HSL168.87º84.35%22.55%-
HSV(B)168.87º91.51%41.57%-
XYZ7.0311.0711-
YUV74.94135.3680.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.43%
GREEN value IS 106 (41.80% from 255) = 52.22%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=4.43%
G=52.22%
B=43.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9106880.9200.170.58168.8784.3522.55
Hex96A585C0113Aa95417
Octal111521301340217225112427
Binary100111010101011000101110001000111101010101001101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,106,88); }

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

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

 a { background-color: rgb(9,106,88); }

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

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

 span { border-color: rgb(9,106,88); }

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