Html Css Color HEX #086146 Watercourse

📋 copy color: '#086146'

red 8 ◦ green 97 ◦ blue 70

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

Shades of Watercourse #086146

Tints of Watercourse #086146

RGB

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

 GREEN value IS 97 (38.28% from 255) = 55.43%

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

R = 4.57%
G = 55.43%
B = 40%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#086146 (or 0x086146) is known color: Watercourse. HEX triplet: 08, 61 and 46. RGB value is (8,97,70). Sum of RGB (Red+Green+Blue) = 8+97+70=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #086146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086146 is #F79EB9. Grayscale: #434343. Windows color (decimal): -16228026 or 4612360. OLE color: 4612360.

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

Color convert

RGB 8 97 70 -
CMYK 0.92 0 0.28 0.62
HSL 161.8º 0.85% 0.21% -
HSV(B) 161.8º 0.92% 0.38% -
XYZ 5.48 9.04 7.25 -
YUV 67.31 129.51 85.7 -
System Red Green Blue C M Y K H S L
Decimal 8 97 70 0.92 0 0.28 0.62 161.8 0.85 0.21
Hex 8 61 46 5C 0 1C 3E A2 55 15
Octal 10 141 106 134 0 34 76 242 125 25
Binary 1000 1100001 1000110 1011100 0 11100 111110 10100010 1010101 10101

Color Harmonies of #086146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086146

Black with #086146

Text Example


Text Example

White with #086146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086146; }

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

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

background-color css

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

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

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

border-color css

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

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

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