Html Css Color HEX #086C4F Watercourse

📋 copy color: '#086C4F'

red 8 ◦ green 108 ◦ blue 79

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

Shades of Watercourse #086C4F

Tints of Watercourse #086C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 40.51%

R = 4.1%
G = 55.38%
B = 40.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#086C4F (or 0x086C4F) is known color: Watercourse. HEX triplet: 08, 6C and 4F. RGB value is (8,108,79). Sum of RGB (Red+Green+Blue) = 8+108+79=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 108 (42.58% from 255 or 55.38% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 108 - color contains mainly: green. Hex color #086C4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C4F is #F793B0. Grayscale: #4A4A4A. Windows color (decimal): -16225201 or 5205000. OLE color: 5205000.

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

Color convert

RGB 8 108 79 -
CMYK 0.93 0 0.27 0.58
HSL 162.6º 0.86% 0.23% -
HSV(B) 162.6º 0.93% 0.42% -
XYZ 6.87 11.34 9.22 -
YUV 74.79 130.37 80.36 -
System Red Green Blue C M Y K H S L
Decimal 8 108 79 0.93 0 0.27 0.58 162.6 0.86 0.23
Hex 8 6C 4F 5D 0 1B 3A A3 56 17
Octal 10 154 117 135 0 33 72 243 126 27
Binary 1000 1101100 1001111 1011101 0 11011 111010 10100011 1010110 10111

Color Harmonies of #086C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C4F

Black with #086C4F

Text Example


Text Example

White with #086C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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