#096959

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

Shades of Tropical Rain Forest #096959

Tints of Tropical Rain Forest #096959

Color information

#096959 (or 0x096959) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 69 and 59. RGB value is (9,105,89). Sum of RGB (Red+Green+Blue) = 9+105+89=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #096959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096959 is #F696A6. Grayscale: #4A4A4A. Windows color (decimal): -16160423 or 5859593. OLE color: 5859593.

HSL color Cylindrical-coordinate representation of color #096959: hue angle of 170º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096959 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB910589-
CMYK0.9100.150.59
HSL170º84.21%22.35%-
HSV(B)170º91.43%41.18%-
XYZ6.9710.8811.18-
YUV74.47136.281.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.43%
GREEN value IS 105 (41.41% from 255) = 51.72%
BLUE value IS 89 (35.16% from 255) = 43.84%
R=4.43%
G=51.72%
B=43.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9105890.9100.150.5917084.2122.35
Hex969595B0F3Baa5416
Octal111511311330177325212426
Binary10011101001101100110110110111111101110101010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096959; }

 p { color: rgb(9,105,89); }

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

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

 a { background-color: rgb(9,105,89); }

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

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

 span { border-color: rgb(9,105,89); }

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