#086B56

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

Shades of Watercourse #086B56

Tints of Watercourse #086B56

Color information

#086B56 (or 0x086B56) is unknown color: approx Watercourse. HEX triplet: 08, 6B and 56. RGB value is (8,107,86). Sum of RGB (Red+Green+Blue) = 8+107+86=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 107 (42.19% from 255 or 53.23% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 107 - color contains mainly: green. Hex color #086B56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086B56 is #F794A9. Grayscale: #4A4A4A. Windows color (decimal): -16225450 or 5663496. OLE color: 5663496.

HSL color Cylindrical-coordinate representation of color #086B56: hue angle of 167.27º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086B56 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB810786-
CMYK0.9300.200.58
HSL167.27º86.09%22.55%-
HSV(B)167.27º92.52%41.96%-
XYZ7.0411.2410.6-
YUV75134.280.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.98%
GREEN value IS 107 (42.19% from 255) = 53.23%
BLUE value IS 86 (33.98% from 255) = 42.79%
R=3.98%
G=53.23%
B=42.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8107860.9300.200.58167.2786.0922.55
Hex86B565D0143Aa75617
Octal101531261350247224712627
Binary100011010111010110101110101010011101010100111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086B56; }

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

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

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

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

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

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

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

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