Html Css Color HEX #086451 Watercourse

📋 copy color: '#086451'

red 8 ◦ green 100 ◦ blue 81

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

Shades of Watercourse #086451

Tints of Watercourse #086451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 42.86%

R = 4.23%
G = 52.91%
B = 42.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#086451 (or 0x086451) is known color: Watercourse. HEX triplet: 08, 64 and 51. RGB value is (8,100,81). Sum of RGB (Red+Green+Blue) = 8+100+81=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 100 (39.45% from 255 or 52.91% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 100 - color contains mainly: green. Hex color #086451 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086451 is #F79BAE. Grayscale: #464646. Windows color (decimal): -16227247 or 5334024. OLE color: 5334024.

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

Color convert

RGB 8 100 81 -
CMYK 0.92 0 0.19 0.61
HSL 167.61º 0.85% 0.21% -
HSV(B) 167.61º 0.92% 0.39% -
XYZ 6.14 9.76 9.34 -
YUV 70.33 134.02 83.54 -
System Red Green Blue C M Y K H S L
Decimal 8 100 81 0.92 0 0.19 0.61 167.61 0.85 0.21
Hex 8 64 51 5C 0 13 3D A8 55 15
Octal 10 144 121 134 0 23 75 250 125 25
Binary 1000 1100100 1010001 1011100 0 10011 111101 10101000 1010101 10101

Color Harmonies of #086451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086451

Black with #086451

Text Example


Text Example

White with #086451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086451; }

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

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

background-color css

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

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

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

border-color css

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

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

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