Html Css Color HEX #086049 Watercourse

📋 copy color: '#086049'

red 8 ◦ green 96 ◦ blue 73

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

Shades of Watercourse #086049

Tints of Watercourse #086049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 54.24%

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

R = 4.52%
G = 54.24%
B = 41.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#086049 (or 0x086049) is known color: Watercourse. HEX triplet: 08, 60 and 49. RGB value is (8,96,73). Sum of RGB (Red+Green+Blue) = 8+96+73=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #086049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086049 is #F79FB6. Grayscale: #434343. Windows color (decimal): -16228279 or 4808712. OLE color: 4808712.

HSL color Cylindrical-coordinate representation of color #086049: hue angle of 164.32º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086049 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 96 73 -
CMYK 0.92 0 0.24 0.62
HSL 164.32º 0.85% 0.2% -
HSV(B) 164.32º 0.92% 0.38% -
XYZ 5.49 8.9 7.73 -
YUV 67.07 131.35 85.87 -
System Red Green Blue C M Y K H S L
Decimal 8 96 73 0.92 0 0.24 0.62 164.32 0.85 0.2
Hex 8 60 49 5C 0 18 3E A4 55 14
Octal 10 140 111 134 0 30 76 244 125 24
Binary 1000 1100000 1001001 1011100 0 11000 111110 10100100 1010101 10100

Color Harmonies of #086049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086049

Black with #086049

Text Example


Text Example

White with #086049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086049; }

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

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

background-color css

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

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

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

border-color css

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

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

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