Html Css Color HEX #086E4D Watercourse

📋 copy color: '#086E4D'

red 8 ◦ green 110 ◦ blue 77

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

Shades of Watercourse #086E4D

Tints of Watercourse #086E4D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 56.41%

 BLUE value IS 77 (30.47% from 255) = 39.49%

R = 4.1%
G = 56.41%
B = 39.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.3

 K value IS 0.57

RGB Variations

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

Color information

#086E4D (or 0x086E4D) is known color: Watercourse. HEX triplet: 08, 6E and 4D. RGB value is (8,110,77). Sum of RGB (Red+Green+Blue) = 8+110+77=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 110 (43.36% from 255 or 56.41% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 110 - color contains mainly: green. Hex color #086E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086E4D is #F791B2. Grayscale: #4B4B4B. Windows color (decimal): -16224691 or 5074440. OLE color: 5074440.

HSL color Cylindrical-coordinate representation of color #086E4D: hue angle of 160.59º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086E4D is Cyan = 0.93, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 110 77 -
CMYK 0.93 0 0.3 0.57
HSL 160.59º 0.86% 0.23% -
HSV(B) 160.59º 0.93% 0.43% -
XYZ 7.02 11.74 8.92 -
YUV 75.74 128.71 79.68 -
System Red Green Blue C M Y K H S L
Decimal 8 110 77 0.93 0 0.3 0.57 160.59 0.86 0.23
Hex 8 6E 4D 5D 0 1E 39 A1 56 17
Octal 10 156 115 135 0 36 71 241 126 27
Binary 1000 1101110 1001101 1011101 0 11110 111001 10100001 1010110 10111

Color Harmonies of #086E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086E4D

Black with #086E4D

Text Example


Text Example

White with #086E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,110,77); }

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

background-color css

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

 a { background-color: rgb(8,110,77); }

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

border-color css

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

 span { border-color: rgb(8,110,77); }

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