#086D51

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

Shades of Watercourse #086D51

Tints of Watercourse #086D51

Color information

#086D51 (or 0x086D51) is unknown color: approx Watercourse. HEX triplet: 08, 6D and 51. RGB value is (8,109,81). Sum of RGB (Red+Green+Blue) = 8+109+81=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 109 (42.97% from 255 or 55.05% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 109 - color contains mainly: green. Hex color #086D51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086D51 is #F792AE. Grayscale: #4B4B4B. Windows color (decimal): -16224943 or 5336328. OLE color: 5336328.

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

Color convert

RGB810981-
CMYK0.9300.260.57
HSL163.37º86.32%22.94%-
HSV(B)163.37º92.66%42.75%-
XYZ7.0511.589.65-
YUV75.61131.0479.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.04%
GREEN value IS 109 (42.97% from 255) = 55.05%
BLUE value IS 81 (32.03% from 255) = 40.91%
R=4.04%
G=55.05%
B=40.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8109810.9300.260.57163.3786.3222.94
Hex86D515D01A39a35617
Octal101551211350327124312627
Binary100011011011010001101110101101011100110100011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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