Html Css Color HEX #086C56 Watercourse

📋 copy color: '#086C56'

red 8 ◦ green 108 ◦ blue 86

#086C56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #086C56

Tints of Watercourse #086C56

RGB

 RED value IS 8 (3.52% from 255) = 3.96%

 GREEN value IS 108 (42.58% from 255) = 53.47%

 BLUE value IS 86 (33.98% from 255) = 42.57%

R = 3.96%
G = 53.47%
B = 42.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#086C56 (or 0x086C56) is known color: Watercourse. HEX triplet: 08, 6C and 56. RGB value is (8,108,86). Sum of RGB (Red+Green+Blue) = 8+108+86=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 108 (42.58% from 255 or 53.47% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 108 - color contains mainly: green. Hex color #086C56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C56 is #F793A9. Grayscale: #4B4B4B. Windows color (decimal): -16225194 or 5663752. OLE color: 5663752.

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

Color convert

RGB 8 108 86 -
CMYK 0.93 0 0.20 0.58
HSL 166.8º 0.86% 0.23% -
HSV(B) 166.8º 0.93% 0.42% -
XYZ 7.14 11.45 10.64 -
YUV 75.59 133.87 79.79 -
System Red Green Blue C M Y K H S L
Decimal 8 108 86 0.93 0 0.20 0.58 166.8 0.86 0.23
Hex 8 6C 56 5D 0 14 3A A7 56 17
Octal 10 154 126 135 0 24 72 247 126 27
Binary 1000 1101100 1010110 1011101 0 10100 111010 10100111 1010110 10111

Color Harmonies of #086C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C56

Black with #086C56

Text Example


Text Example

White with #086C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #086C56;
 }
 .AnyTagClassName
 {
   color: #086C56;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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