Html Css Color HEX #086349 Watercourse

📋 copy color: '#086349'

red 8 ◦ green 99 ◦ blue 73

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

Shades of Watercourse #086349

Tints of Watercourse #086349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 55%

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

R = 4.44%
G = 55%
B = 40.56%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#086349 (or 0x086349) is known color: Watercourse. HEX triplet: 08, 63 and 49. RGB value is (8,99,73). Sum of RGB (Red+Green+Blue) = 8+99+73=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 99 (39.06% from 255 or 55% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 99 - color contains mainly: green. Hex color #086349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086349 is #F79CB6. Grayscale: #444444. Windows color (decimal): -16227511 or 4809480. OLE color: 4809480.

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

Color convert

RGB 8 99 73 -
CMYK 0.92 0 0.26 0.61
HSL 162.86º 0.85% 0.21% -
HSV(B) 162.86º 0.92% 0.39% -
XYZ 5.76 9.46 7.82 -
YUV 68.83 130.35 84.61 -
System Red Green Blue C M Y K H S L
Decimal 8 99 73 0.92 0 0.26 0.61 162.86 0.85 0.21
Hex 8 63 49 5C 0 1A 3D A3 55 15
Octal 10 143 111 134 0 32 75 243 125 25
Binary 1000 1100011 1001001 1011100 0 11010 111101 10100011 1010101 10101

Color Harmonies of #086349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086349

Black with #086349

Text Example


Text Example

White with #086349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086349; }

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

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

background-color css

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

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

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

border-color css

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

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

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