#096856

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

Shades of Watercourse #096856

Tints of Watercourse #096856

Color information

#096856 (or 0x096856) is unknown color: approx Watercourse. HEX triplet: 09, 68 and 56. RGB value is (9,104,86). Sum of RGB (Red+Green+Blue) = 9+104+86=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #096856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096856 is #F697A9. Grayscale: #494949. Windows color (decimal): -16160682 or 5662729. OLE color: 5662729.

HSL color Cylindrical-coordinate representation of color #096856: hue angle of 168.63º 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 #096856 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB910486-
CMYK0.9100.170.59
HSL168.63º84.07%22.16%-
HSV(B)168.63º91.35%40.78%-
XYZ6.7410.6310.5-
YUV73.54135.0381.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.52%
GREEN value IS 104 (41.02% from 255) = 52.26%
BLUE value IS 86 (33.98% from 255) = 43.22%
R=4.52%
G=52.26%
B=43.22%

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
Decimal9104860.9100.170.59168.6384.0722.16
Hex968565B0113Ba95416
Octal111501261330217325112426
Binary100111010001010110101101101000111101110101001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096856; }

 p { color: rgb(9,104,86); }

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

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

 a { background-color: rgb(9,104,86); }

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

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

 span { border-color: rgb(9,104,86); }

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