Html Css Color HEX #097260 Tropical Rain Forest

📋 copy color: '#097260'

red 9 ◦ green 114 ◦ blue 96

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

Shades of Tropical Rain Forest #097260

Tints of Tropical Rain Forest #097260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 43.84%

R = 4.11%
G = 52.05%
B = 43.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#097260 (or 0x097260) is known color: Tropical Rain Forest. HEX triplet: 09, 72 and 60. RGB value is (9,114,96). Sum of RGB (Red+Green+Blue) = 9+114+96=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #097260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097260 is #F68D9F. Grayscale: #505050. Windows color (decimal): -16158112 or 6320649. OLE color: 6320649.

HSL color Cylindrical-coordinate representation of color #097260: hue angle of 169.71º 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 #097260 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 114 96 -
CMYK 0.92 0 0.16 0.55
HSL 169.71º 0.85% 0.24% -
HSV(B) 169.71º 0.92% 0.45% -
XYZ 8.24 12.94 13.13 -
YUV 80.55 136.71 76.96 -
System Red Green Blue C M Y K H S L
Decimal 9 114 96 0.92 0 0.16 0.55 169.71 0.85 0.24
Hex 9 72 60 5C 0 10 37 AA 55 18
Octal 11 162 140 134 0 20 67 252 125 30
Binary 1001 1110010 1100000 1011100 0 10000 110111 10101010 1010101 11000

Color Harmonies of #097260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097260

Black with #097260

Text Example


Text Example

White with #097260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097260; }

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

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

background-color css

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

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

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

border-color css

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

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

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