Html Css Color HEX #097354 Watercourse

📋 copy color: '#097354'

red 9 ◦ green 115 ◦ blue 84

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

Shades of Watercourse #097354

Tints of Watercourse #097354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 40.38%

R = 4.33%
G = 55.29%
B = 40.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#097354 (or 0x097354) is known color: Watercourse. HEX triplet: 09, 73 and 54. RGB value is (9,115,84). Sum of RGB (Red+Green+Blue) = 9+115+84=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #097354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097354 is #F68CAB. Grayscale: #4F4F4F. Windows color (decimal): -16157868 or 5534473. OLE color: 5534473.

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

Color convert

RGB 9 115 84 -
CMYK 0.92 0 0.27 0.55
HSL 162.45º 0.85% 0.24% -
HSV(B) 162.45º 0.92% 0.45% -
XYZ 7.84 12.96 10.48 -
YUV 79.77 130.38 77.52 -
System Red Green Blue C M Y K H S L
Decimal 9 115 84 0.92 0 0.27 0.55 162.45 0.85 0.24
Hex 9 73 54 5C 0 1B 37 A2 55 18
Octal 11 163 124 134 0 33 67 242 125 30
Binary 1001 1110011 1010100 1011100 0 11011 110111 10100010 1010101 11000

Color Harmonies of #097354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097354

Black with #097354

Text Example


Text Example

White with #097354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097354; }

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

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

background-color css

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

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

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

border-color css

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

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

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