Html Css Color HEX #086851 Watercourse

📋 copy color: '#086851'

red 8 ◦ green 104 ◦ blue 81

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

Shades of Watercourse #086851

Tints of Watercourse #086851

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.89%

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

R = 4.15%
G = 53.89%
B = 41.97%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#086851 (or 0x086851) is known color: Watercourse. HEX triplet: 08, 68 and 51. RGB value is (8,104,81). Sum of RGB (Red+Green+Blue) = 8+104+81=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #086851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086851 is #F797AE. Grayscale: #484848. Windows color (decimal): -16226223 or 5335048. OLE color: 5335048.

HSL color Cylindrical-coordinate representation of color #086851: hue angle of 165.62º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086851 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 104 81 -
CMYK 0.92 0 0.22 0.59
HSL 165.63º 0.86% 0.22% -
HSV(B) 165.63º 0.92% 0.41% -
XYZ 6.54 10.55 9.48 -
YUV 72.67 132.7 81.87 -
System Red Green Blue C M Y K H S L
Decimal 8 104 81 0.92 0 0.22 0.59 165.63 0.86 0.22
Hex 8 68 51 5C 0 16 3B A6 56 16
Octal 10 150 121 134 0 26 73 246 126 26
Binary 1000 1101000 1010001 1011100 0 10110 111011 10100110 1010110 10110

Color Harmonies of #086851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086851

Black with #086851

Text Example


Text Example

White with #086851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086851; }

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

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

background-color css

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

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

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

border-color css

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

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

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