Html Css Color HEX #086D49 Watercourse

📋 copy color: '#086D49'

red 8 ◦ green 109 ◦ blue 73

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

Shades of Watercourse #086D49

Tints of Watercourse #086D49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 38.42%

R = 4.21%
G = 57.37%
B = 38.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#086D49 (or 0x086D49) is known color: Watercourse. HEX triplet: 08, 6D and 49. RGB value is (8,109,73). Sum of RGB (Red+Green+Blue) = 8+109+73=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 109 (42.97% from 255 or 57.37% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 109 - color contains mainly: green. Hex color #086D49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086D49 is #F792B6. Grayscale: #4A4A4A. Windows color (decimal): -16224951 or 4812040. OLE color: 4812040.

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

Color convert

RGB 8 109 73 -
CMYK 0.93 0 0.33 0.57
HSL 158.61º 0.86% 0.23% -
HSV(B) 158.61º 0.93% 0.43% -
XYZ 6.77 11.47 8.16 -
YUV 74.7 127.04 80.43 -
System Red Green Blue C M Y K H S L
Decimal 8 109 73 0.93 0 0.33 0.57 158.61 0.86 0.23
Hex 8 6D 49 5D 0 21 39 9F 56 17
Octal 10 155 111 135 0 41 71 237 126 27
Binary 1000 1101101 1001001 1011101 0 100001 111001 10011111 1010110 10111

Color Harmonies of #086D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086D49

Black with #086D49

Text Example


Text Example

White with #086D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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