#09695A

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

Shades of Tropical Rain Forest #09695A

Tints of Tropical Rain Forest #09695A

Color information

#09695A (or 0x09695A) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 69 and 5A. RGB value is (9,105,90). Sum of RGB (Red+Green+Blue) = 9+105+90=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 105 (41.41% from 255 or 51.47% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 105 - color contains mainly: green. Hex color #09695A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09695A is #F696A5. Grayscale: #4A4A4A. Windows color (decimal): -16160422 or 5925129. OLE color: 5925129.

HSL color Cylindrical-coordinate representation of color #09695A: hue angle of 170.62º 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 #09695A is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB910590-
CMYK0.9100.140.59
HSL170.62º84.21%22.35%-
HSV(B)170.62º91.43%41.18%-
XYZ7.0110.911.41-
YUV74.59136.781.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.41%
GREEN value IS 105 (41.41% from 255) = 51.47%
BLUE value IS 90 (35.55% from 255) = 44.12%
R=4.41%
G=51.47%
B=44.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9105900.9100.140.59170.6284.2122.35
Hex9695A5B0E3Bab5416
Octal111511321330167325312426
Binary10011101001101101010110110111011101110101011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09695A; }

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

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

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

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

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

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

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

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