Html Css Color HEX #097360 Tropical Rain Forest

📋 copy color: '#097360'

red 9 ◦ green 115 ◦ blue 96

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

Shades of Tropical Rain Forest #097360

Tints of Tropical Rain Forest #097360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.27%

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

R = 4.09%
G = 52.27%
B = 43.64%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#097360 (or 0x097360) is known color: Tropical Rain Forest. HEX triplet: 09, 73 and 60. RGB value is (9,115,96). Sum of RGB (Red+Green+Blue) = 9+115+96=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #097360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097360 is #F68C9F. Grayscale: #515151. Windows color (decimal): -16157856 or 6320905. OLE color: 6320905.

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

Color convert

RGB 9 115 96 -
CMYK 0.92 0 0.17 0.55
HSL 169.25º 0.85% 0.24% -
HSV(B) 169.25º 0.92% 0.45% -
XYZ 8.35 13.16 13.17 -
YUV 81.14 136.38 76.54 -
System Red Green Blue C M Y K H S L
Decimal 9 115 96 0.92 0 0.17 0.55 169.25 0.85 0.24
Hex 9 73 60 5C 0 11 37 A9 55 18
Octal 11 163 140 134 0 21 67 251 125 30
Binary 1001 1110011 1100000 1011100 0 10001 110111 10101001 1010101 11000

Color Harmonies of #097360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097360

Black with #097360

Text Example


Text Example

White with #097360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097360; }

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

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

background-color css

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

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

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

border-color css

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

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

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