Html Css Color HEX #086C4D Watercourse

📋 copy color: '#086C4D'

red 8 ◦ green 108 ◦ blue 77

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

Shades of Watercourse #086C4D

Tints of Watercourse #086C4D

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.9%

R = 4.15%
G = 55.96%
B = 39.9%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#086C4D (or 0x086C4D) is known color: 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

RGB 8 108 77 -
CMYK 0.93 0 0.29 0.58
HSL 161.4º 0.86% 0.23% -
HSV(B) 161.4º 0.93% 0.42% -
XYZ 6.8 11.31 8.85 -
YUV 74.57 129.37 80.52 -
System Red Green Blue C M Y K H S L
Decimal 8 108 77 0.93 0 0.29 0.58 161.4 0.86 0.23
Hex 8 6C 4D 5D 0 1D 3A A1 56 17
Octal 10 154 115 135 0 35 72 241 126 27
Binary 1000 1101100 1001101 1011101 0 11101 111010 10100001 1010110 10111

Color Harmonies of #086C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C4D

Black with #086C4D

Text Example


Text Example

White with #086C4D

Text Example


Text Example

HTML Codes & Css Web 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>