Html Css Color HEX #096E48 Watercourse

📋 copy color: '#096E48'

red 9 ◦ green 110 ◦ blue 72

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

Shades of Watercourse #096E48

Tints of Watercourse #096E48

RGB

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

 GREEN value IS 110 (43.36% from 255) = 57.59%

 BLUE value IS 72 (28.52% from 255) = 37.7%

R = 4.71%
G = 57.59%
B = 37.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#096E48 (or 0x096E48) is known color: Watercourse. HEX triplet: 09, 6E and 48. RGB value is (9,110,72). Sum of RGB (Red+Green+Blue) = 9+110+72=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 110 (43.36% from 255 or 57.59% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 110 - color contains mainly: green. Hex color #096E48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096E48 is #F691B7. Grayscale: #4B4B4B. Windows color (decimal): -16159160 or 4746761. OLE color: 4746761.

HSL color Cylindrical-coordinate representation of color #096E48: hue angle of 157.43º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096E48 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 110 72 -
CMYK 0.92 0 0.35 0.57
HSL 157.43º 0.85% 0.23% -
HSV(B) 157.43º 0.92% 0.43% -
XYZ 6.86 11.68 8.02 -
YUV 75.47 126.04 80.59 -
System Red Green Blue C M Y K H S L
Decimal 9 110 72 0.92 0 0.35 0.57 157.43 0.85 0.23
Hex 9 6E 48 5C 0 23 39 9D 55 17
Octal 11 156 110 134 0 43 71 235 125 27
Binary 1001 1101110 1001000 1011100 0 100011 111001 10011101 1010101 10111

Color Harmonies of #096E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096E48

Black with #096E48

Text Example


Text Example

White with #096E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,110,72); }

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

background-color css

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

 a { background-color: rgb(9,110,72); }

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

border-color css

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

 span { border-color: rgb(9,110,72); }

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