Html Css Color HEX #086149 Watercourse

📋 copy color: '#086149'

red 8 ◦ green 97 ◦ blue 73

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

Shades of Watercourse #086149

Tints of Watercourse #086149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 54.49%

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

R = 4.49%
G = 54.49%
B = 41.01%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#086149 (or 0x086149) is known color: Watercourse. HEX triplet: 08, 61 and 49. RGB value is (8,97,73). Sum of RGB (Red+Green+Blue) = 8+97+73=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #086149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086149 is #F79EB6. Grayscale: #434343. Windows color (decimal): -16228023 or 4808968. OLE color: 4808968.

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

Color convert

RGB 8 97 73 -
CMYK 0.92 0 0.25 0.62
HSL 163.82º 0.85% 0.21% -
HSV(B) 163.82º 0.92% 0.38% -
XYZ 5.58 9.08 7.76 -
YUV 67.65 131.01 85.45 -
System Red Green Blue C M Y K H S L
Decimal 8 97 73 0.92 0 0.25 0.62 163.82 0.85 0.21
Hex 8 61 49 5C 0 19 3E A4 55 15
Octal 10 141 111 134 0 31 76 244 125 25
Binary 1000 1100001 1001001 1011100 0 11001 111110 10100100 1010101 10101

Color Harmonies of #086149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086149

Black with #086149

Text Example


Text Example

White with #086149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086149; }

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

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

background-color css

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

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

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

border-color css

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

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

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