Html Css Color HEX #086046 Watercourse

📋 copy color: '#086046'

red 8 ◦ green 96 ◦ blue 70

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

Shades of Watercourse #086046

Tints of Watercourse #086046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 55.17%

 BLUE value IS 70 (27.73% from 255) = 40.23%

R = 4.6%
G = 55.17%
B = 40.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#086046 (or 0x086046) is known color: Watercourse. HEX triplet: 08, 60 and 46. RGB value is (8,96,70). Sum of RGB (Red+Green+Blue) = 8+96+70=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #086046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086046 is #F79FB9. Grayscale: #424242. Windows color (decimal): -16228282 or 4612104. OLE color: 4612104.

HSL color Cylindrical-coordinate representation of color #086046: hue angle of 162.27º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086046 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 96 70 -
CMYK 0.92 0 0.27 0.62
HSL 162.27º 0.85% 0.2% -
HSV(B) 162.27º 0.92% 0.38% -
XYZ 5.39 8.86 7.22 -
YUV 66.72 129.85 86.11 -
System Red Green Blue C M Y K H S L
Decimal 8 96 70 0.92 0 0.27 0.62 162.27 0.85 0.2
Hex 8 60 46 5C 0 1B 3E A2 55 14
Octal 10 140 106 134 0 33 76 242 125 24
Binary 1000 1100000 1000110 1011100 0 11011 111110 10100010 1010101 10100

Color Harmonies of #086046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086046

Black with #086046

Text Example


Text Example

White with #086046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086046; }

 p { color: rgb(8,96,70); }

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

background-color css

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

 a { background-color: rgb(8,96,70); }

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

border-color css

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

 span { border-color: rgb(8,96,70); }

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