Html Css Color HEX #097764 Tropical Rain Forest

📋 copy color: '#097764'

red 9 ◦ green 119 ◦ blue 100

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

Shades of Tropical Rain Forest #097764

Tints of Tropical Rain Forest #097764

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.19%

 BLUE value IS 100 (39.45% from 255) = 43.86%

R = 3.95%
G = 52.19%
B = 43.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#097764 (or 0x097764) is known color: Tropical Rain Forest. HEX triplet: 09, 77 and 64. RGB value is (9,119,100). Sum of RGB (Red+Green+Blue) = 9+119+100=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #097764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097764 is #F6889B. Grayscale: #535353. Windows color (decimal): -16156828 or 6584073. OLE color: 6584073.

HSL color Cylindrical-coordinate representation of color #097764: hue angle of 169.64º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097764 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 119 100 -
CMYK 0.92 0 0.16 0.53
HSL 169.64º 0.86% 0.25% -
HSV(B) 169.64º 0.92% 0.47% -
XYZ 9.01 14.17 14.32 -
YUV 83.94 137.06 74.54 -
System Red Green Blue C M Y K H S L
Decimal 9 119 100 0.92 0 0.16 0.53 169.64 0.86 0.25
Hex 9 77 64 5C 0 10 35 AA 56 19
Octal 11 167 144 134 0 20 65 252 126 31
Binary 1001 1110111 1100100 1011100 0 10000 110101 10101010 1010110 11001

Color Harmonies of #097764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097764

Black with #097764

Text Example


Text Example

White with #097764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097764; }

 p { color: rgb(9,119,100); }

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

background-color css

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

 a { background-color: rgb(9,119,100); }

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

border-color css

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

 span { border-color: rgb(9,119,100); }

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