Html Css Color HEX #097466 Tropical Rain Forest

📋 copy color: '#097466'

red 9 ◦ green 116 ◦ blue 102

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

Shades of Tropical Rain Forest #097466

Tints of Tropical Rain Forest #097466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 44.93%

R = 3.96%
G = 51.1%
B = 44.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#097466 (or 0x097466) is known color: Tropical Rain Forest. HEX triplet: 09, 74 and 66. RGB value is (9,116,102). Sum of RGB (Red+Green+Blue) = 9+116+102=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #097466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097466 is #F68B99. Grayscale: #525252. Windows color (decimal): -16157594 or 6714377. OLE color: 6714377.

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

Color convert

RGB 9 116 102 -
CMYK 0.92 0 0.12 0.55
HSL 172.15º 0.86% 0.25% -
HSV(B) 172.15º 0.92% 0.45% -
XYZ 8.76 13.51 14.72 -
YUV 82.41 139.05 75.64 -
System Red Green Blue C M Y K H S L
Decimal 9 116 102 0.92 0 0.12 0.55 172.15 0.86 0.25
Hex 9 74 66 5C 0 C 37 AC 56 19
Octal 11 164 146 134 0 14 67 254 126 31
Binary 1001 1110100 1100110 1011100 0 1100 110111 10101100 1010110 11001

Color Harmonies of #097466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097466

Black with #097466

Text Example


Text Example

White with #097466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097466; }

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

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

background-color css

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

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

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

border-color css

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

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

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