#086447

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

Shades of Watercourse #086447

Tints of Watercourse #086447

Color information

#086447 (or 0x086447) is unknown color: approx Watercourse. HEX triplet: 08, 64 and 47. RGB value is (8,100,71). Sum of RGB (Red+Green+Blue) = 8+100+71=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 100 (39.45% from 255 or 55.87% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 100 - color contains mainly: green. Hex color #086447 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086447 is #F79BB8. Grayscale: #454545. Windows color (decimal): -16227257 or 4678664. OLE color: 4678664.

HSL color Cylindrical-coordinate representation of color #086447: hue angle of 161.09º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086447 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB810071-
CMYK0.9200.290.61
HSL161.09º85.19%21.18%-
HSV(B)161.09º92%39.22%-
XYZ5.799.627.51-
YUV69.19129.0284.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.47%
GREEN value IS 100 (39.45% from 255) = 55.87%
BLUE value IS 71 (28.12% from 255) = 39.66%
R=4.47%
G=55.87%
B=39.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8100710.9200.290.61161.0985.1921.18
Hex864475C01D3Da15515
Octal101441071340357524112525
Binary100011001001000111101110001110111110110100001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086447; }

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

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

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

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

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

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

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

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