#097D5F

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

Shades of Tropical Rain Forest #097D5F

Tints of Tropical Rain Forest #097D5F

Color information

#097D5F (or 0x097D5F) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 7D and 5F. RGB value is (9,125,95). Sum of RGB (Red+Green+Blue) = 9+125+95=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 125 (49.22% from 255 or 54.59% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 125 - color contains mainly: green. Hex color #097D5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097D5F is #F682A0. Grayscale: #565656. Windows color (decimal): -16155297 or 6257929. OLE color: 6257929.

HSL color Cylindrical-coordinate representation of color #097D5F: hue angle of 164.48º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097D5F is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB912595-
CMYK0.9300.240.51
HSL164.48º86.57%26.27%-
HSV(B)164.48º92.8%49.02%-
XYZ9.5115.5513.33-
YUV86.9132.5772.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.93%
GREEN value IS 125 (49.22% from 255) = 54.59%
BLUE value IS 95 (37.5% from 255) = 41.48%
R=3.93%
G=54.59%
B=41.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9125950.9300.240.51164.4886.5726.27
Hex97D5F5D01833a4571a
Octal111751371350306324412732
Binary100111111011011111101110101100011001110100100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097D5F; }

 p { color: rgb(9,125,95); }

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

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

 a { background-color: rgb(9,125,95); }

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

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

 span { border-color: rgb(9,125,95); }

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