#096a57

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

Shades of Watercourse #096A57

Tints of Watercourse #096A57

Color information

#096A57 (or 0x096A57) is unknown color: approx Watercourse. HEX triplet: 09, 6A and 57. RGB value is (9,106,87). Sum of RGB (Red+Green+Blue) = 9+106+87=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 106 (41.80% from 255 or 52.48% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 106 - color contains mainly: green. Hex color #096A57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096A57 is #F695A8. Grayscale: #4A4A4A. Windows color (decimal): -16160169 or 5728777. OLE color: 5728777.

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

Color convert

RGB910687-
CMYK0.9200.180.58
HSL168.25º84.35%22.55%-
HSV(B)168.25º91.51%41.57%-
XYZ6.9911.0510.78-
YUV74.83134.8681.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.46%
GREEN value IS 106 (41.80% from 255) = 52.48%
BLUE value IS 87 (34.38% from 255) = 43.07%
R=4.46%
G=52.48%
B=43.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9106870.9200.180.58168.2584.3522.55
Hex96A575C0123Aa85417
Octal111521271340227225012427
Binary100111010101010111101110001001011101010101000101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096a57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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