Html Css Color HEX #086A47 Watercourse

📋 copy color: '#086A47'

red 8 ◦ green 106 ◦ blue 71

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

Shades of Watercourse #086A47

Tints of Watercourse #086A47

RGB

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

 GREEN value IS 106 (41.8% from 255) = 57.3%

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

R = 4.32%
G = 57.3%
B = 38.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#086A47 (or 0x086A47) is known color: Watercourse. HEX triplet: 08, 6A and 47. RGB value is (8,106,71). Sum of RGB (Red+Green+Blue) = 8+106+71=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 106 (41.80% from 255 or 57.30% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 106 - color contains mainly: green. Hex color #086A47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086A47 is #F795B8. Grayscale: #484848. Windows color (decimal): -16225721 or 4680200. OLE color: 4680200.

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

Color convert

RGB 8 106 71 -
CMYK 0.92 0 0.33 0.58
HSL 158.57º 0.86% 0.22% -
HSV(B) 158.57º 0.92% 0.42% -
XYZ 6.39 10.81 7.71 -
YUV 72.71 127.03 81.85 -
System Red Green Blue C M Y K H S L
Decimal 8 106 71 0.92 0 0.33 0.58 158.57 0.86 0.22
Hex 8 6A 47 5C 0 21 3A 9F 56 16
Octal 10 152 107 134 0 41 72 237 126 26
Binary 1000 1101010 1000111 1011100 0 100001 111010 10011111 1010110 10110

Color Harmonies of #086A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086A47

Black with #086A47

Text Example


Text Example

White with #086A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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