Html Css Color HEX #086C54 Watercourse

📋 copy color: '#086C54'

red 8 ◦ green 108 ◦ blue 84

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

Shades of Watercourse #086C54

Tints of Watercourse #086C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 42%

R = 4%
G = 54%
B = 42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#086C54 (or 0x086C54) is known color: Watercourse. HEX triplet: 08, 6C and 54. RGB value is (8,108,84). Sum of RGB (Red+Green+Blue) = 8+108+84=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 108 (42.58% from 255 or 54% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 108 - color contains mainly: green. Hex color #086C54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C54 is #F793AB. Grayscale: #4B4B4B. Windows color (decimal): -16225196 or 5532680. OLE color: 5532680.

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

Color convert

RGB 8 108 84 -
CMYK 0.93 0 0.22 0.58
HSL 165.6º 0.86% 0.23% -
HSV(B) 165.6º 0.93% 0.42% -
XYZ 7.06 11.42 10.22 -
YUV 75.36 132.87 79.95 -
System Red Green Blue C M Y K H S L
Decimal 8 108 84 0.93 0 0.22 0.58 165.6 0.86 0.23
Hex 8 6C 54 5D 0 16 3A A6 56 17
Octal 10 154 124 135 0 26 72 246 126 27
Binary 1000 1101100 1010100 1011101 0 10110 111010 10100110 1010110 10111

Color Harmonies of #086C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C54

Black with #086C54

Text Example


Text Example

White with #086C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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