Html Css Color HEX #096B48 Watercourse

📋 copy color: '#096B48'

red 9 ◦ green 107 ◦ blue 72

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

Shades of Watercourse #096B48

Tints of Watercourse #096B48

RGB

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

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

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

R = 4.79%
G = 56.91%
B = 38.3%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#096B48 (or 0x096B48) is known color: Watercourse. HEX triplet: 09, 6B and 48. RGB value is (9,107,72). Sum of RGB (Red+Green+Blue) = 9+107+72=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 107 (42.19% from 255 or 56.91% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 107 - color contains mainly: green. Hex color #096B48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096B48 is #F694B7. Grayscale: #494949. Windows color (decimal): -16159928 or 4745993. OLE color: 4745993.

HSL color Cylindrical-coordinate representation of color #096B48: hue angle of 158.57º 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 #096B48 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 107 72 -
CMYK 0.92 0 0.33 0.58
HSL 158.57º 0.84% 0.23% -
HSV(B) 158.57º 0.92% 0.42% -
XYZ 6.54 11.04 7.92 -
YUV 73.71 127.03 81.85 -
System Red Green Blue C M Y K H S L
Decimal 9 107 72 0.92 0 0.33 0.58 158.57 0.84 0.23
Hex 9 6B 48 5C 0 21 3A 9F 54 17
Octal 11 153 110 134 0 41 72 237 124 27
Binary 1001 1101011 1001000 1011100 0 100001 111010 10011111 1010100 10111

Color Harmonies of #096B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B48

Black with #096B48

Text Example


Text Example

White with #096B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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