#086B54

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

Shades of Watercourse #086B54

Tints of Watercourse #086B54

Color information

#086B54 (or 0x086B54) is unknown color: approx Watercourse. HEX triplet: 08, 6B and 54. RGB value is (8,107,84). Sum of RGB (Red+Green+Blue) = 8+107+84=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 107 (42.19% from 255 or 53.77% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 107 - color contains mainly: green. Hex color #086B54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086B54 is #F794AB. Grayscale: #4A4A4A. Windows color (decimal): -16225452 or 5532424. OLE color: 5532424.

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

Color convert

RGB810784-
CMYK0.9300.210.58
HSL166.06º86.09%22.55%-
HSV(B)166.06º92.52%41.96%-
XYZ6.9611.2110.18-
YUV74.78133.280.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.02%
GREEN value IS 107 (42.19% from 255) = 53.77%
BLUE value IS 84 (33.20% from 255) = 42.21%
R=4.02%
G=53.77%
B=42.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8107840.9300.210.58166.0686.0922.55
Hex86B545D0153Aa65617
Octal101531241350257224612627
Binary100011010111010100101110101010111101010100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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