Html Css Color HEX #096949 Watercourse

📋 copy color: '#096949'

red 9 ◦ green 105 ◦ blue 73

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

Shades of Watercourse #096949

Tints of Watercourse #096949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 56.15%

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

R = 4.81%
G = 56.15%
B = 39.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#096949 (or 0x096949) is known color: Watercourse. HEX triplet: 09, 69 and 49. RGB value is (9,105,73). Sum of RGB (Red+Green+Blue) = 9+105+73=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 105 (41.41% from 255 or 56.15% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 105 - color contains mainly: green. Hex color #096949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096949 is #F696B6. Grayscale: #484848. Windows color (decimal): -16160439 or 4811017. OLE color: 4811017.

HSL color Cylindrical-coordinate representation of color #096949: hue angle of 160º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096949 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 105 73 -
CMYK 0.91 0 0.30 0.59
HSL 160º 0.84% 0.22% -
HSV(B) 160º 0.91% 0.41% -
XYZ 6.37 10.64 8.02 -
YUV 72.65 128.2 82.6 -
System Red Green Blue C M Y K H S L
Decimal 9 105 73 0.91 0 0.30 0.59 160 0.84 0.22
Hex 9 69 49 5B 0 1E 3B A0 54 16
Octal 11 151 111 133 0 36 73 240 124 26
Binary 1001 1101001 1001001 1011011 0 11110 111011 10100000 1010100 10110

Color Harmonies of #096949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096949

Black with #096949

Text Example


Text Example

White with #096949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096949; }

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

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

background-color css

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

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

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

border-color css

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

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

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