Html Css Color HEX #097465 Tropical Rain Forest

📋 copy color: '#097465'

red 9 ◦ green 116 ◦ blue 101

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

Shades of Tropical Rain Forest #097465

Tints of Tropical Rain Forest #097465

RGB

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

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

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

R = 3.98%
G = 51.33%
B = 44.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#097465 (or 0x097465) is known color: Tropical Rain Forest. HEX triplet: 09, 74 and 65. RGB value is (9,116,101). Sum of RGB (Red+Green+Blue) = 9+116+101=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #097465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097465 is #F68B9A. Grayscale: #525252. Windows color (decimal): -16157595 or 6648841. OLE color: 6648841.

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

Color convert

RGB 9 116 101 -
CMYK 0.92 0 0.13 0.55
HSL 171.59º 0.86% 0.25% -
HSV(B) 171.59º 0.92% 0.45% -
XYZ 8.71 13.49 14.46 -
YUV 82.3 138.55 75.72 -
System Red Green Blue C M Y K H S L
Decimal 9 116 101 0.92 0 0.13 0.55 171.59 0.86 0.25
Hex 9 74 65 5C 0 D 37 AC 56 19
Octal 11 164 145 134 0 15 67 254 126 31
Binary 1001 1110100 1100101 1011100 0 1101 110111 10101100 1010110 11001

Color Harmonies of #097465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097465

Black with #097465

Text Example


Text Example

White with #097465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097465; }

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

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

background-color css

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

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

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

border-color css

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

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

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