#086146

Color #086146 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #086146

Tints of Watercourse #086146

Color information

#086146 (or 0x086146) is unknown color: approx 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

RGB89770-
CMYK0.9200.280.62
HSL161.8º84.76%20.59%-
HSV(B)161.8º91.75%38.04%-
XYZ5.489.047.25-
YUV67.31129.5185.7-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal897700.9200.280.62161.884.7620.59
Hex861465C01C3Ea25515
Octal101411061340347624212525
Binary100011000011000110101110001110011111010100010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>