#086C4D

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

Shades of Watercourse #086C4D

Tints of Watercourse #086C4D

Color information

#086C4D (or 0x086C4D) is unknown color: approx Watercourse. HEX triplet: 08, 6C and 4D. RGB value is (8,108,77). Sum of RGB (Red+Green+Blue) = 8+108+77=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 108 (42.58% from 255 or 55.96% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 108 - color contains mainly: green. Hex color #086C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C4D is #F793B2. Grayscale: #4A4A4A. Windows color (decimal): -16225203 or 5073928. OLE color: 5073928.

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

Color convert

RGB810877-
CMYK0.9300.290.58
HSL161.4º86.21%22.75%-
HSV(B)161.4º92.59%42.35%-
XYZ6.811.318.85-
YUV74.57129.3780.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.15%
GREEN value IS 108 (42.58% from 255) = 55.96%
BLUE value IS 77 (30.47% from 255) = 39.90%
R=4.15%
G=55.96%
B=39.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8108770.9300.290.58161.486.2122.75
Hex86C4D5D01D3Aa15617
Octal101541151350357224112627
Binary100011011001001101101110101110111101010100001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,108,77); }

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

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

 a { background-color: rgb(8,108,77); }

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

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

 span { border-color: rgb(8,108,77); }

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