Html Css Color HEX #086447 Watercourse

📋 copy color: '#086447'

red 8 ◦ green 100 ◦ blue 71

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

Shades of Watercourse #086447

Tints of Watercourse #086447

RGB

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

 GREEN value IS 100 (39.45% from 255) = 55.87%

 BLUE value IS 71 (28.13% from 255) = 39.66%

R = 4.47%
G = 55.87%
B = 39.66%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#086447 (or 0x086447) is known color: Watercourse. HEX triplet: 08, 64 and 47. RGB value is (8,100,71). Sum of RGB (Red+Green+Blue) = 8+100+71=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 100 (39.45% from 255 or 55.87% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 100 - color contains mainly: green. Hex color #086447 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086447 is #F79BB8. Grayscale: #454545. Windows color (decimal): -16227257 or 4678664. OLE color: 4678664.

HSL color Cylindrical-coordinate representation of color #086447: hue angle of 161.09º 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 #086447 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 100 71 -
CMYK 0.92 0 0.29 0.61
HSL 161.09º 0.85% 0.21% -
HSV(B) 161.09º 0.92% 0.39% -
XYZ 5.79 9.62 7.51 -
YUV 69.19 129.02 84.36 -
System Red Green Blue C M Y K H S L
Decimal 8 100 71 0.92 0 0.29 0.61 161.09 0.85 0.21
Hex 8 64 47 5C 0 1D 3D A1 55 15
Octal 10 144 107 134 0 35 75 241 125 25
Binary 1000 1100100 1000111 1011100 0 11101 111101 10100001 1010101 10101

Color Harmonies of #086447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086447

Black with #086447

Text Example


Text Example

White with #086447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086447; }

 p { color: rgb(8,100,71); }

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

background-color css

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

 a { background-color: rgb(8,100,71); }

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

border-color css

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

 span { border-color: rgb(8,100,71); }

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