Html Css Color HEX #096E54 Watercourse

📋 copy color: '#096E54'

red 9 ◦ green 110 ◦ blue 84

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

Shades of Watercourse #096E54

Tints of Watercourse #096E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 41.38%

R = 4.43%
G = 54.19%
B = 41.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.57

RGB Variations

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

Color information

#096E54 (or 0x096E54) is known color: Watercourse. HEX triplet: 09, 6E and 54. RGB value is (9,110,84). Sum of RGB (Red+Green+Blue) = 9+110+84=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 110 (43.36% from 255 or 54.19% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 110 - color contains mainly: green. Hex color #096E54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096E54 is #F691AB. Grayscale: #4C4C4C. Windows color (decimal): -16159148 or 5533193. OLE color: 5533193.

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

Color convert

RGB 9 110 84 -
CMYK 0.92 0 0.24 0.57
HSL 164.55º 0.85% 0.23% -
HSV(B) 164.55º 0.92% 0.43% -
XYZ 7.29 11.85 10.29 -
YUV 76.84 132.04 79.61 -
System Red Green Blue C M Y K H S L
Decimal 9 110 84 0.92 0 0.24 0.57 164.55 0.85 0.23
Hex 9 6E 54 5C 0 18 39 A5 55 17
Octal 11 156 124 134 0 30 71 245 125 27
Binary 1001 1101110 1010100 1011100 0 11000 111001 10100101 1010101 10111

Color Harmonies of #096E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096E54

Black with #096E54

Text Example


Text Example

White with #096E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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