#096957

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

Shades of Watercourse #096957

Tints of Watercourse #096957

Color information

#096957 (or 0x096957) is unknown color: approx Watercourse. HEX triplet: 09, 69 and 57. RGB value is (9,105,87). Sum of RGB (Red+Green+Blue) = 9+105+87=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #096957 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096957 is #F696A8. Grayscale: #4A4A4A. Windows color (decimal): -16160425 or 5728521. OLE color: 5728521.

HSL color Cylindrical-coordinate representation of color #096957: hue angle of 168.75º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096957 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB910587-
CMYK0.9100.170.59
HSL168.75º84.21%22.35%-
HSV(B)168.75º91.43%41.18%-
XYZ6.8810.8510.75-
YUV74.24135.281.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.48%
GREEN value IS 105 (41.41% from 255) = 52.24%
BLUE value IS 87 (34.38% from 255) = 43.28%
R=4.48%
G=52.24%
B=43.28%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9105870.9100.170.59168.7584.2122.35
Hex969575B0113Ba95416
Octal111511271330217325112426
Binary100111010011010111101101101000111101110101001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096957; }

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

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

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

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

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

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

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

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