Html Css Color HEX #086D50 Watercourse

📋 copy color: '#086D50'

red 8 ◦ green 109 ◦ blue 80

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

Shades of Watercourse #086D50

Tints of Watercourse #086D50

RGB

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

 GREEN value IS 109 (42.97% from 255) = 55.33%

 BLUE value IS 80 (31.64% from 255) = 40.61%

R = 4.06%
G = 55.33%
B = 40.61%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#086D50 (or 0x086D50) is known color: Watercourse. HEX triplet: 08, 6D and 50. RGB value is (8,109,80). Sum of RGB (Red+Green+Blue) = 8+109+80=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 109 (42.97% from 255 or 55.33% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 109 - color contains mainly: green. Hex color #086D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086D50 is #F792AF. Grayscale: #4B4B4B. Windows color (decimal): -16224944 or 5270792. OLE color: 5270792.

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

Color convert

RGB 8 109 80 -
CMYK 0.93 0 0.27 0.57
HSL 162.77º 0.86% 0.23% -
HSV(B) 162.77º 0.93% 0.43% -
XYZ 7.02 11.57 9.45 -
YUV 75.5 130.54 79.86 -
System Red Green Blue C M Y K H S L
Decimal 8 109 80 0.93 0 0.27 0.57 162.77 0.86 0.23
Hex 8 6D 50 5D 0 1B 39 A3 56 17
Octal 10 155 120 135 0 33 71 243 126 27
Binary 1000 1101101 1010000 1011101 0 11011 111001 10100011 1010110 10111

Color Harmonies of #086D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086D50

Black with #086D50

Text Example


Text Example

White with #086D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,109,80); }

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

background-color css

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

 a { background-color: rgb(8,109,80); }

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

border-color css

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

 span { border-color: rgb(8,109,80); }

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