Html Css Color HEX #097065 Tropical Rain Forest

📋 copy color: '#097065'

red 9 ◦ green 112 ◦ blue 101

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

Shades of Tropical Rain Forest #097065

Tints of Tropical Rain Forest #097065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 45.5%

R = 4.05%
G = 50.45%
B = 45.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#097065 (or 0x097065) is known color: Tropical Rain Forest. HEX triplet: 09, 70 and 65. RGB value is (9,112,101). Sum of RGB (Red+Green+Blue) = 9+112+101=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #097065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097065 is #F68F9A. Grayscale: #4F4F4F. Windows color (decimal): -16158619 or 6647817. OLE color: 6647817.

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

Color convert

RGB 9 112 101 -
CMYK 0.92 0 0.10 0.56
HSL 173.59º 0.85% 0.24% -
HSV(B) 173.59º 0.92% 0.44% -
XYZ 8.26 12.59 14.31 -
YUV 79.95 139.88 77.39 -
System Red Green Blue C M Y K H S L
Decimal 9 112 101 0.92 0 0.10 0.56 173.59 0.85 0.24
Hex 9 70 65 5C 0 A 38 AE 55 18
Octal 11 160 145 134 0 12 70 256 125 30
Binary 1001 1110000 1100101 1011100 0 1010 111000 10101110 1010101 11000

Color Harmonies of #097065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097065

Black with #097065

Text Example


Text Example

White with #097065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097065; }

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

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

background-color css

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

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

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

border-color css

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

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

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