Html Css Color HEX #097460 Tropical Rain Forest

📋 copy color: '#097460'

red 9 ◦ green 116 ◦ blue 96

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

Shades of Tropical Rain Forest #097460

Tints of Tropical Rain Forest #097460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 43.44%

R = 4.07%
G = 52.49%
B = 43.44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#097460 (or 0x097460) is known color: Tropical Rain Forest. HEX triplet: 09, 74 and 60. RGB value is (9,116,96). Sum of RGB (Red+Green+Blue) = 9+116+96=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #097460 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097460 is #F68B9F. Grayscale: #515151. Windows color (decimal): -16157600 or 6321161. OLE color: 6321161.

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

Color convert

RGB 9 116 96 -
CMYK 0.92 0 0.17 0.55
HSL 168.79º 0.86% 0.25% -
HSV(B) 168.79º 0.92% 0.45% -
XYZ 8.47 13.39 13.21 -
YUV 81.73 136.05 76.13 -
System Red Green Blue C M Y K H S L
Decimal 9 116 96 0.92 0 0.17 0.55 168.79 0.86 0.25
Hex 9 74 60 5C 0 11 37 A9 56 19
Octal 11 164 140 134 0 21 67 251 126 31
Binary 1001 1110100 1100000 1011100 0 10001 110111 10101001 1010110 11001

Color Harmonies of #097460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097460

Black with #097460

Text Example


Text Example

White with #097460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097460; }

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

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

background-color css

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

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

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

border-color css

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

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

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