#086856

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

Shades of Watercourse #086856

Tints of Watercourse #086856

Color information

#086856 (or 0x086856) is unknown color: approx Watercourse. HEX triplet: 08, 68 and 56. RGB value is (8,104,86). Sum of RGB (Red+Green+Blue) = 8+104+86=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #086856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086856 is #F797A9. Grayscale: #494949. Windows color (decimal): -16226218 or 5662728. OLE color: 5662728.

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

Color convert

RGB810486-
CMYK0.9200.170.59
HSL168.75º85.71%21.96%-
HSV(B)168.75º92.31%40.78%-
XYZ6.7310.6210.5-
YUV73.24135.281.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.04%
GREEN value IS 104 (41.02% from 255) = 52.53%
BLUE value IS 86 (33.98% from 255) = 43.43%
R=4.04%
G=52.53%
B=43.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8104860.9200.170.59168.7585.7121.96
Hex868565C0113Ba95616
Octal101501261340217325112626
Binary100011010001010110101110001000111101110101001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086856; }

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

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

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

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

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

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

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

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