#086A53

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

Shades of Watercourse #086A53

Tints of Watercourse #086A53

Color information

#086A53 (or 0x086A53) is unknown color: approx Watercourse. HEX triplet: 08, 6A and 53. RGB value is (8,106,83). Sum of RGB (Red+Green+Blue) = 8+106+83=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 106 (41.80% from 255 or 53.81% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 106 - color contains mainly: green. Hex color #086A53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086A53 is #F795AC. Grayscale: #4A4A4A. Windows color (decimal): -16225709 or 5466632. OLE color: 5466632.

HSL color Cylindrical-coordinate representation of color #086A53: hue angle of 165.92º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086A53 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB810683-
CMYK0.9200.220.58
HSL165.92º85.96%22.35%-
HSV(B)165.92º92.45%41.57%-
XYZ6.8210.989.94-
YUV74.08133.0380.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.06%
GREEN value IS 106 (41.80% from 255) = 53.81%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=4.06%
G=53.81%
B=42.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8106830.9200.220.58165.9285.9622.35
Hex86A535C0163Aa65616
Octal101521231340267224612626
Binary100011010101010011101110001011011101010100110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,106,83); }

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

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

 a { background-color: rgb(8,106,83); }

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

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

 span { border-color: rgb(8,106,83); }

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