Html Css Color HEX #097464 Tropical Rain Forest

📋 copy color: '#097464'

red 9 ◦ green 116 ◦ blue 100

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

Shades of Tropical Rain Forest #097464

Tints of Tropical Rain Forest #097464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.56%

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

R = 4%
G = 51.56%
B = 44.44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#097464 (or 0x097464) is known color: Tropical Rain Forest. HEX triplet: 09, 74 and 64. RGB value is (9,116,100). Sum of RGB (Red+Green+Blue) = 9+116+100=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #097464 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097464 is #F68B9B. Grayscale: #525252. Windows color (decimal): -16157596 or 6583305. OLE color: 6583305.

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

Color convert

RGB 9 116 100 -
CMYK 0.92 0 0.14 0.55
HSL 171.03º 0.86% 0.25% -
HSV(B) 171.03º 0.92% 0.45% -
XYZ 8.66 13.47 14.2 -
YUV 82.18 138.05 75.8 -
System Red Green Blue C M Y K H S L
Decimal 9 116 100 0.92 0 0.14 0.55 171.03 0.86 0.25
Hex 9 74 64 5C 0 E 37 AB 56 19
Octal 11 164 144 134 0 16 67 253 126 31
Binary 1001 1110100 1100100 1011100 0 1110 110111 10101011 1010110 11001

Color Harmonies of #097464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097464

Black with #097464

Text Example


Text Example

White with #097464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097464; }

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

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

background-color css

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

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

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

border-color css

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

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

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