#096A51

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

Shades of Watercourse #096A51

Tints of Watercourse #096A51

Color information

#096A51 (or 0x096A51) is unknown color: approx Watercourse. HEX triplet: 09, 6A and 51. RGB value is (9,106,81). Sum of RGB (Red+Green+Blue) = 9+106+81=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 106 (41.80% from 255 or 54.08% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 106 - color contains mainly: green. Hex color #096A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096A51 is #F695AE. Grayscale: #4A4A4A. Windows color (decimal): -16160175 or 5335561. OLE color: 5335561.

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

Color convert

RGB910681-
CMYK0.9200.240.58
HSL164.54º84.35%22.55%-
HSV(B)164.54º91.51%41.57%-
XYZ6.7510.969.54-
YUV74.15131.8681.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.59%
GREEN value IS 106 (41.80% from 255) = 54.08%
BLUE value IS 81 (32.03% from 255) = 41.33%
R=4.59%
G=54.08%
B=41.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9106810.9200.240.58164.5484.3522.55
Hex96A515C0183Aa55417
Octal111521211340307224512427
Binary100111010101010001101110001100011101010100101101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,106,81); }

 H1.HeaderClassName
 {
   color: #096A51;
 }
 .AnyTagClassName
 {
   color: #096A51;
 }
</style>
background-color css

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

 a { background-color: rgb(9,106,81); }

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

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

 span { border-color: rgb(9,106,81); }

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