#086755

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

Shades of Watercourse #086755

Tints of Watercourse #086755

Color information

#086755 (or 0x086755) is unknown color: approx Watercourse. HEX triplet: 08, 67 and 55. RGB value is (8,103,85). Sum of RGB (Red+Green+Blue) = 8+103+85=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 103 (40.62% from 255 or 52.55% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 103 - color contains mainly: green. Hex color #086755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086755 is #F798AA. Grayscale: #484848. Windows color (decimal): -16226475 or 5596936. OLE color: 5596936.

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

Color convert

RGB810385-
CMYK0.9200.170.60
HSL168.63º85.59%21.76%-
HSV(B)168.63º92.23%40.39%-
XYZ6.5910.4110.26-
YUV72.54135.0381.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.08%
GREEN value IS 103 (40.62% from 255) = 52.55%
BLUE value IS 85 (33.59% from 255) = 43.37%
R=4.08%
G=52.55%
B=43.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8103850.9200.170.60168.6385.5921.76
Hex867555C0113Ca95616
Octal101471251340217425112626
Binary100011001111010101101110001000111110010101001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086755; }

 p { color: rgb(8,103,85); }

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

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

 a { background-color: rgb(8,103,85); }

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

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

 span { border-color: rgb(8,103,85); }

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