Html Css Color HEX #096E4D Watercourse

📋 copy color: '#096E4D'

red 9 ◦ green 110 ◦ blue 77

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

Shades of Watercourse #096E4D

Tints of Watercourse #096E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 39.29%

R = 4.59%
G = 56.12%
B = 39.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.3

 K value IS 0.57

RGB Variations

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

Color information

#096E4D (or 0x096E4D) is known color: Watercourse. HEX triplet: 09, 6E and 4D. RGB value is (9,110,77). Sum of RGB (Red+Green+Blue) = 9+110+77=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 110 (43.36% from 255 or 56.12% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 110 - color contains mainly: green. Hex color #096E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096E4D is #F691B2. Grayscale: #4C4C4C. Windows color (decimal): -16159155 or 5074441. OLE color: 5074441.

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

Color convert

RGB 9 110 77 -
CMYK 0.92 0 0.3 0.57
HSL 160.4º 0.85% 0.23% -
HSV(B) 160.4º 0.92% 0.43% -
XYZ 7.03 11.75 8.92 -
YUV 76.04 128.54 80.18 -
System Red Green Blue C M Y K H S L
Decimal 9 110 77 0.92 0 0.3 0.57 160.4 0.85 0.23
Hex 9 6E 4D 5C 0 1E 39 A0 55 17
Octal 11 156 115 134 0 36 71 240 125 27
Binary 1001 1101110 1001101 1011100 0 11110 111001 10100000 1010101 10111

Color Harmonies of #096E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096E4D

Black with #096E4D

Text Example


Text Example

White with #096E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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