Html Css Color HEX #096F49 Watercourse

📋 copy color: '#096F49'

red 9 ◦ green 111 ◦ blue 73

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

Shades of Watercourse #096F49

Tints of Watercourse #096F49

RGB

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

 GREEN value IS 111 (43.75% from 255) = 57.51%

 BLUE value IS 73 (28.91% from 255) = 37.82%

R = 4.66%
G = 57.51%
B = 37.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#096F49 (or 0x096F49) is known color: Watercourse. HEX triplet: 09, 6F and 49. RGB value is (9,111,73). Sum of RGB (Red+Green+Blue) = 9+111+73=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 111 (43.75% from 255 or 57.51% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 111 - color contains mainly: green. Hex color #096F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096F49 is #F690B6. Grayscale: #4C4C4C. Windows color (decimal): -16158903 or 4812553. OLE color: 4812553.

HSL color Cylindrical-coordinate representation of color #096F49: hue angle of 157.65º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096F49 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 111 73 -
CMYK 0.92 0 0.34 0.56
HSL 157.65º 0.85% 0.24% -
HSV(B) 157.65º 0.92% 0.44% -
XYZ 7 11.91 8.23 -
YUV 76.17 126.21 80.09 -
System Red Green Blue C M Y K H S L
Decimal 9 111 73 0.92 0 0.34 0.56 157.65 0.85 0.24
Hex 9 6F 49 5C 0 22 38 9E 55 18
Octal 11 157 111 134 0 42 70 236 125 30
Binary 1001 1101111 1001001 1011100 0 100010 111000 10011110 1010101 11000

Color Harmonies of #096F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F49

Black with #096F49

Text Example


Text Example

White with #096F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096F49; }

 p { color: rgb(9,111,73); }

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

background-color css

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

 a { background-color: rgb(9,111,73); }

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

border-color css

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

 span { border-color: rgb(9,111,73); }

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