#096E54

Color #096E54 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #096E54

Tints of Watercourse #096E54

Color information

#096E54 (or 0x096E54) is unknown color: approx 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

RGB911084-
CMYK0.9200.240.57
HSL164.55º84.87%23.33%-
HSV(B)164.55º91.82%43.14%-
XYZ7.2911.8510.29-
YUV76.84132.0479.61-

RGB Variations

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

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.20% from 255) = 41.38%
R=4.43%
G=54.19%
B=41.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9110840.9200.240.57164.5584.8723.33
Hex96E545C01839a55517
Octal111561241340307124512527
Binary100111011101010100101110001100011100110100101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>