Html Css Color HEX #097350 Watercourse

📋 copy color: '#097350'

red 9 ◦ green 115 ◦ blue 80

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

Shades of Watercourse #097350

Tints of Watercourse #097350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 56.37%

 BLUE value IS 80 (31.64% from 255) = 39.22%

R = 4.41%
G = 56.37%
B = 39.22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#097350 (or 0x097350) is known color: Watercourse. HEX triplet: 09, 73 and 50. RGB value is (9,115,80). Sum of RGB (Red+Green+Blue) = 9+115+80=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 115 (45.31% from 255 or 56.37% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 115 - color contains mainly: green. Hex color #097350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097350 is #F68CAF. Grayscale: #4F4F4F. Windows color (decimal): -16157872 or 5272329. OLE color: 5272329.

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

Color convert

RGB 9 115 80 -
CMYK 0.92 0 0.30 0.55
HSL 160.19º 0.85% 0.24% -
HSV(B) 160.19º 0.92% 0.45% -
XYZ 7.69 12.9 9.67 -
YUV 79.32 128.38 77.85 -
System Red Green Blue C M Y K H S L
Decimal 9 115 80 0.92 0 0.30 0.55 160.19 0.85 0.24
Hex 9 73 50 5C 0 1E 37 A0 55 18
Octal 11 163 120 134 0 36 67 240 125 30
Binary 1001 1110011 1010000 1011100 0 11110 110111 10100000 1010101 11000

Color Harmonies of #097350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097350

Black with #097350

Text Example


Text Example

White with #097350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097350; }

 p { color: rgb(9,115,80); }

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

background-color css

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

 a { background-color: rgb(9,115,80); }

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

border-color css

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

 span { border-color: rgb(9,115,80); }

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