Html Css Color HEX #097A5E Tropical Rain Forest

📋 copy color: '#097A5E'

red 9 ◦ green 122 ◦ blue 94

#097A5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #097A5E

Tints of Tropical Rain Forest #097A5E

RGB

 RED value IS 9 (3.91% from 255) = 4%

 GREEN value IS 122 (48.05% from 255) = 54.22%

 BLUE value IS 94 (37.11% from 255) = 41.78%

R = 4%
G = 54.22%
B = 41.78%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#097A5E (or 0x097A5E) is known color: Tropical Rain Forest. HEX triplet: 09, 7A and 5E. RGB value is (9,122,94). Sum of RGB (Red+Green+Blue) = 9+122+94=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 122 (48.05% from 255 or 54.22% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 122 - color contains mainly: green. Hex color #097A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097A5E is #F685A1. Grayscale: #555555. Windows color (decimal): -16156066 or 6191625. OLE color: 6191625.

HSL color Cylindrical-coordinate representation of color #097A5E: hue angle of 165.13º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097A5E is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB 9 122 94 -
CMYK 0.93 0 0.23 0.52
HSL 165.13º 0.86% 0.26% -
HSV(B) 165.13º 0.93% 0.48% -
XYZ 9.09 14.79 12.96 -
YUV 85.02 133.06 73.78 -
System Red Green Blue C M Y K H S L
Decimal 9 122 94 0.93 0 0.23 0.52 165.13 0.86 0.26
Hex 9 7A 5E 5D 0 17 34 A5 56 1A
Octal 11 172 136 135 0 27 64 245 126 32
Binary 1001 1111010 1011110 1011101 0 10111 110100 10100101 1010110 11010

Color Harmonies of #097A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097A5E

Black with #097A5E

Text Example


Text Example

White with #097A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #097A5E;
 }
 .AnyTagClassName
 {
   color: #097A5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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