#097D5E

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

Shades of Tropical Rain Forest #097D5E

Tints of Tropical Rain Forest #097D5E

Color information

#097D5E (or 0x097D5E) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 7D and 5E. RGB value is (9,125,94). Sum of RGB (Red+Green+Blue) = 9+125+94=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 125 (49.22% from 255 or 54.82% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 125 - color contains mainly: green. Hex color #097D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097D5E is #F682A1. Grayscale: #565656. Windows color (decimal): -16155298 or 6192393. OLE color: 6192393.

HSL color Cylindrical-coordinate representation of color #097D5E: hue angle of 163.97º 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 #097D5E is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB912594-
CMYK0.9300.250.51
HSL163.97º86.57%26.27%-
HSV(B)163.97º92.8%49.02%-
XYZ9.4715.5313.09-
YUV86.78132.0772.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.95%
GREEN value IS 125 (49.22% from 255) = 54.82%
BLUE value IS 94 (37.11% from 255) = 41.23%
R=3.95%
G=54.82%
B=41.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9125940.9300.250.51163.9786.5726.27
Hex97D5E5D01933a4571a
Octal111751361350316324412732
Binary100111111011011110101110101100111001110100100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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