#086B47

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

Shades of Watercourse #086B47

Tints of Watercourse #086B47

Color information

#086B47 (or 0x086B47) is unknown color: approx Watercourse. HEX triplet: 08, 6B and 47. RGB value is (8,107,71). Sum of RGB (Red+Green+Blue) = 8+107+71=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 107 (42.19% from 255 or 57.53% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 107 - color contains mainly: green. Hex color #086B47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086B47 is #F794B8. Grayscale: #494949. Windows color (decimal): -16225465 or 4680456. OLE color: 4680456.

HSL color Cylindrical-coordinate representation of color #086B47: hue angle of 158.18º 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 #086B47 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB810771-
CMYK0.9300.340.58
HSL158.18º86.09%22.55%-
HSV(B)158.18º92.52%41.96%-
XYZ6.511.027.75-
YUV73.29126.781.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.30%
GREEN value IS 107 (42.19% from 255) = 57.53%
BLUE value IS 71 (28.12% from 255) = 38.17%
R=4.30%
G=57.53%
B=38.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8107710.9300.340.58158.1886.0922.55
Hex86B475D0223A9e5617
Octal101531071350427223612627
Binary1000110101110001111011101010001011101010011110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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