Html Css Color HEX #097261 Tropical Rain Forest

📋 copy color: '#097261'

red 9 ◦ green 114 ◦ blue 97

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

Shades of Tropical Rain Forest #097261

Tints of Tropical Rain Forest #097261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.82%

 BLUE value IS 97 (38.28% from 255) = 44.09%

R = 4.09%
G = 51.82%
B = 44.09%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#097261 (or 0x097261) is known color: Tropical Rain Forest. HEX triplet: 09, 72 and 61. RGB value is (9,114,97). Sum of RGB (Red+Green+Blue) = 9+114+97=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #097261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097261 is #F68D9E. Grayscale: #505050. Windows color (decimal): -16158111 or 6386185. OLE color: 6386185.

HSL color Cylindrical-coordinate representation of color #097261: hue angle of 170.29º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097261 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 114 97 -
CMYK 0.92 0 0.15 0.55
HSL 170.29º 0.85% 0.24% -
HSV(B) 170.29º 0.92% 0.45% -
XYZ 8.29 12.96 13.37 -
YUV 80.67 137.21 76.88 -
System Red Green Blue C M Y K H S L
Decimal 9 114 97 0.92 0 0.15 0.55 170.29 0.85 0.24
Hex 9 72 61 5C 0 F 37 AA 55 18
Octal 11 162 141 134 0 17 67 252 125 30
Binary 1001 1110010 1100001 1011100 0 1111 110111 10101010 1010101 11000

Color Harmonies of #097261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097261

Black with #097261

Text Example


Text Example

White with #097261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097261; }

 p { color: rgb(9,114,97); }

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

background-color css

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

 a { background-color: rgb(9,114,97); }

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

border-color css

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

 span { border-color: rgb(9,114,97); }

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