Html Css Color HEX #097061 Tropical Rain Forest

📋 copy color: '#097061'

red 9 ◦ green 112 ◦ blue 97

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

Shades of Tropical Rain Forest #097061

Tints of Tropical Rain Forest #097061

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.38%

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

R = 4.13%
G = 51.38%
B = 44.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#097061 (or 0x097061) is known color: Tropical Rain Forest. HEX triplet: 09, 70 and 61. RGB value is (9,112,97). Sum of RGB (Red+Green+Blue) = 9+112+97=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #097061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097061 is #F68F9E. Grayscale: #4F4F4F. Windows color (decimal): -16158623 or 6385673. OLE color: 6385673.

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

Color convert

RGB 9 112 97 -
CMYK 0.92 0 0.13 0.56
HSL 171.26º 0.85% 0.24% -
HSV(B) 171.26º 0.92% 0.44% -
XYZ 8.06 12.51 13.3 -
YUV 79.49 137.88 77.72 -
System Red Green Blue C M Y K H S L
Decimal 9 112 97 0.92 0 0.13 0.56 171.26 0.85 0.24
Hex 9 70 61 5C 0 D 38 AB 55 18
Octal 11 160 141 134 0 15 70 253 125 30
Binary 1001 1110000 1100001 1011100 0 1101 111000 10101011 1010101 11000

Color Harmonies of #097061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097061

Black with #097061

Text Example


Text Example

White with #097061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097061; }

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

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

background-color css

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

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

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

border-color css

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

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

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