#097965

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

Shades of Tropical Rain Forest #097965

Tints of Tropical Rain Forest #097965

Color information

#097965 (or 0x097965) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 79 and 65. RGB value is (9,121,101). Sum of RGB (Red+Green+Blue) = 9+121+101=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #097965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097965 is #F6869A. Grayscale: #555555. Windows color (decimal): -16156315 or 6650121. OLE color: 6650121.

HSL color Cylindrical-coordinate representation of color #097965: hue angle of 169.29º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097965 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB9121101-
CMYK0.9300.170.53
HSL169.29º86.15%25.49%-
HSV(B)169.29º92.56%47.45%-
XYZ9.314.6714.65-
YUV85.23136.8973.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.90%
GREEN value IS 121 (47.66% from 255) = 52.38%
BLUE value IS 101 (39.84% from 255) = 43.72%
R=3.90%
G=52.38%
B=43.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91211010.9300.170.53169.2986.1525.49
Hex979655D01135a95619
Octal111711451350216525112631
Binary100111110011100101101110101000111010110101001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097965; }

 p { color: rgb(9,121,101); }

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

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

 a { background-color: rgb(9,121,101); }

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

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

 span { border-color: rgb(9,121,101); }

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