Html Css Color HEX #096B49 Watercourse

📋 copy color: '#096B49'

red 9 ◦ green 107 ◦ blue 73

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

Shades of Watercourse #096B49

Tints of Watercourse #096B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 56.61%

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

R = 4.76%
G = 56.61%
B = 38.62%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#096B49 (or 0x096B49) is known color: Watercourse. HEX triplet: 09, 6B and 49. RGB value is (9,107,73). Sum of RGB (Red+Green+Blue) = 9+107+73=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 107 (42.19% from 255 or 56.61% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 107 - color contains mainly: green. Hex color #096B49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096B49 is #F694B6. Grayscale: #494949. Windows color (decimal): -16159927 or 4811529. OLE color: 4811529.

HSL color Cylindrical-coordinate representation of color #096B49: hue angle of 159.18º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096B49 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 107 73 -
CMYK 0.92 0 0.32 0.58
HSL 159.18º 0.84% 0.23% -
HSV(B) 159.18º 0.92% 0.42% -
XYZ 6.57 11.05 8.09 -
YUV 73.82 127.53 81.76 -
System Red Green Blue C M Y K H S L
Decimal 9 107 73 0.92 0 0.32 0.58 159.18 0.84 0.23
Hex 9 6B 49 5C 0 20 3A 9F 54 17
Octal 11 153 111 134 0 40 72 237 124 27
Binary 1001 1101011 1001001 1011100 0 100000 111010 10011111 1010100 10111

Color Harmonies of #096B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B49

Black with #096B49

Text Example


Text Example

White with #096B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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