Html Css Color HEX #096B4C Watercourse

📋 copy color: '#096B4C'

red 9 ◦ green 107 ◦ blue 76

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

Shades of Watercourse #096B4C

Tints of Watercourse #096B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 39.58%

R = 4.69%
G = 55.73%
B = 39.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#096B4C (or 0x096B4C) is known color: Watercourse. HEX triplet: 09, 6B and 4C. RGB value is (9,107,76). Sum of RGB (Red+Green+Blue) = 9+107+76=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 107 (42.19% from 255 or 55.73% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 107 - color contains mainly: green. Hex color #096B4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096B4C is #F694B3. Grayscale: #4A4A4A. Windows color (decimal): -16159924 or 5008137. OLE color: 5008137.

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

Color convert

RGB 9 107 76 -
CMYK 0.92 0 0.29 0.58
HSL 161.02º 0.84% 0.23% -
HSV(B) 161.02º 0.92% 0.42% -
XYZ 6.67 11.1 8.63 -
YUV 74.16 129.03 81.52 -
System Red Green Blue C M Y K H S L
Decimal 9 107 76 0.92 0 0.29 0.58 161.02 0.84 0.23
Hex 9 6B 4C 5C 0 1D 3A A1 54 17
Octal 11 153 114 134 0 35 72 241 124 27
Binary 1001 1101011 1001100 1011100 0 11101 111010 10100001 1010100 10111

Color Harmonies of #096B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B4C

Black with #096B4C

Text Example


Text Example

White with #096B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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