Html Css Color HEX #086651 Watercourse

📋 copy color: '#086651'

red 8 ◦ green 102 ◦ blue 81

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

Shades of Watercourse #086651

Tints of Watercourse #086651

RGB

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

 GREEN value IS 102 (40.23% from 255) = 53.4%

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

R = 4.19%
G = 53.4%
B = 42.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#086651 (or 0x086651) is known color: Watercourse. HEX triplet: 08, 66 and 51. RGB value is (8,102,81). Sum of RGB (Red+Green+Blue) = 8+102+81=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #086651 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086651 is #F799AE. Grayscale: #474747. Windows color (decimal): -16226735 or 5334536. OLE color: 5334536.

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

Color convert

RGB 8 102 81 -
CMYK 0.92 0 0.21 0.6
HSL 166.6º 0.85% 0.22% -
HSV(B) 166.6º 0.92% 0.4% -
XYZ 6.34 10.15 9.41 -
YUV 71.5 133.36 82.71 -
System Red Green Blue C M Y K H S L
Decimal 8 102 81 0.92 0 0.21 0.6 166.6 0.85 0.22
Hex 8 66 51 5C 0 15 3C A7 55 16
Octal 10 146 121 134 0 25 74 247 125 26
Binary 1000 1100110 1010001 1011100 0 10101 111100 10100111 1010101 10110

Color Harmonies of #086651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086651

Black with #086651

Text Example


Text Example

White with #086651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086651; }

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

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

background-color css

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

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

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

border-color css

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

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

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