Html Css Color HEX #086C4C Watercourse

📋 copy color: '#086C4C'

red 8 ◦ green 108 ◦ blue 76

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

Shades of Watercourse #086C4C

Tints of Watercourse #086C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 39.58%

R = 4.17%
G = 56.25%
B = 39.58%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#086C4C (or 0x086C4C) is known color: Watercourse. HEX triplet: 08, 6C and 4C. RGB value is (8,108,76). Sum of RGB (Red+Green+Blue) = 8+108+76=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 108 (42.58% from 255 or 56.25% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 108 - color contains mainly: green. Hex color #086C4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086C4C is #F793B3. Grayscale: #4A4A4A. Windows color (decimal): -16225204 or 5008392. OLE color: 5008392.

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

Color convert

RGB 8 108 76 -
CMYK 0.93 0 0.30 0.58
HSL 160.8º 0.86% 0.23% -
HSV(B) 160.8º 0.93% 0.42% -
XYZ 6.77 11.3 8.66 -
YUV 74.45 128.87 80.6 -
System Red Green Blue C M Y K H S L
Decimal 8 108 76 0.93 0 0.30 0.58 160.8 0.86 0.23
Hex 8 6C 4C 5D 0 1E 3A A1 56 17
Octal 10 154 114 135 0 36 72 241 126 27
Binary 1000 1101100 1001100 1011101 0 11110 111010 10100001 1010110 10111

Color Harmonies of #086C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C4C

Black with #086C4C

Text Example


Text Example

White with #086C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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