Html Css Color HEX #097060 Tropical Rain Forest

📋 copy color: '#097060'

red 9 ◦ green 112 ◦ blue 96

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

Shades of Tropical Rain Forest #097060

Tints of Tropical Rain Forest #097060

RGB

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

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

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

R = 4.15%
G = 51.61%
B = 44.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#097060 (or 0x097060) is known color: Tropical Rain Forest. HEX triplet: 09, 70 and 60. RGB value is (9,112,96). Sum of RGB (Red+Green+Blue) = 9+112+96=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #097060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097060 is #F68F9F. Grayscale: #4F4F4F. Windows color (decimal): -16158624 or 6320137. OLE color: 6320137.

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

Color convert

RGB 9 112 96 -
CMYK 0.92 0 0.14 0.56
HSL 170.68º 0.85% 0.24% -
HSV(B) 170.68º 0.92% 0.44% -
XYZ 8.02 12.49 13.05 -
YUV 79.38 137.38 77.8 -
System Red Green Blue C M Y K H S L
Decimal 9 112 96 0.92 0 0.14 0.56 170.68 0.85 0.24
Hex 9 70 60 5C 0 E 38 AB 55 18
Octal 11 160 140 134 0 16 70 253 125 30
Binary 1001 1110000 1100000 1011100 0 1110 111000 10101011 1010101 11000

Color Harmonies of #097060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097060

Black with #097060

Text Example


Text Example

White with #097060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097060; }

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

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

background-color css

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

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

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

border-color css

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

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

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