#086047

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

Shades of Watercourse #086047

Tints of Watercourse #086047

Color information

#086047 (or 0x086047) is unknown color: approx Watercourse. HEX triplet: 08, 60 and 47. RGB value is (8,96,71). Sum of RGB (Red+Green+Blue) = 8+96+71=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #086047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086047 is #F79FB8. Grayscale: #424242. Windows color (decimal): -16228281 or 4677640. OLE color: 4677640.

HSL color Cylindrical-coordinate representation of color #086047: hue angle of 162.95º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086047 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB89671-
CMYK0.9200.260.62
HSL162.95º84.62%20.39%-
HSV(B)162.95º91.67%37.65%-
XYZ5.428.877.39-
YUV66.84130.3586.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.57%
GREEN value IS 96 (37.89% from 255) = 54.86%
BLUE value IS 71 (28.12% from 255) = 40.57%
R=4.57%
G=54.86%
B=40.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896710.9200.260.62162.9584.6220.39
Hex860475C01A3Ea35514
Octal101401071340327624312524
Binary100011000001000111101110001101011111010100011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086047; }

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

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

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

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

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

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

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

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