Html Css Color HEX #086849 Watercourse

📋 copy color: '#086849'

red 8 ◦ green 104 ◦ blue 73

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

Shades of Watercourse #086849

Tints of Watercourse #086849

RGB

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

 GREEN value IS 104 (41.02% from 255) = 56.22%

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

R = 4.32%
G = 56.22%
B = 39.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#086849 (or 0x086849) is known color: Watercourse. HEX triplet: 08, 68 and 49. RGB value is (8,104,73). Sum of RGB (Red+Green+Blue) = 8+104+73=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 104 (41.02% from 255 or 56.22% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 104 - color contains mainly: green. Hex color #086849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086849 is #F797B6. Grayscale: #474747. Windows color (decimal): -16226231 or 4810760. OLE color: 4810760.

HSL color Cylindrical-coordinate representation of color #086849: hue angle of 160.62º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086849 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 104 73 -
CMYK 0.92 0 0.30 0.59
HSL 160.63º 0.86% 0.22% -
HSV(B) 160.63º 0.92% 0.41% -
XYZ 6.25 10.43 7.99 -
YUV 71.76 128.7 82.52 -
System Red Green Blue C M Y K H S L
Decimal 8 104 73 0.92 0 0.30 0.59 160.63 0.86 0.22
Hex 8 68 49 5C 0 1E 3B A1 56 16
Octal 10 150 111 134 0 36 73 241 126 26
Binary 1000 1101000 1001001 1011100 0 11110 111011 10100001 1010110 10110

Color Harmonies of #086849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086849

Black with #086849

Text Example


Text Example

White with #086849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086849; }

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

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

background-color css

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

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

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

border-color css

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

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

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