#086D56

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

Shades of Watercourse #086D56

Tints of Watercourse #086D56

Color information

#086D56 (or 0x086D56) is unknown color: approx Watercourse. HEX triplet: 08, 6D and 56. RGB value is (8,109,86). Sum of RGB (Red+Green+Blue) = 8+109+86=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 109 (42.97% from 255 or 53.69% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 109 - color contains mainly: green. Hex color #086D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086D56 is #F792A9. Grayscale: #4C4C4C. Windows color (decimal): -16224938 or 5664008. OLE color: 5664008.

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

Color convert

RGB810986-
CMYK0.9300.210.57
HSL166.34º86.32%22.94%-
HSV(B)166.34º92.66%42.75%-
XYZ7.2511.6610.67-
YUV76.18133.5479.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.94%
GREEN value IS 109 (42.97% from 255) = 53.69%
BLUE value IS 86 (33.98% from 255) = 42.36%
R=3.94%
G=53.69%
B=42.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8109860.9300.210.57166.3486.3222.94
Hex86D565D01539a65617
Octal101551261350257124612627
Binary100011011011010110101110101010111100110100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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