#086350

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

Shades of Watercourse #086350

Tints of Watercourse #086350

Color information

#086350 (or 0x086350) is unknown color: approx Watercourse. HEX triplet: 08, 63 and 50. RGB value is (8,99,80). Sum of RGB (Red+Green+Blue) = 8+99+80=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #086350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086350 is #F79CAF. Grayscale: #454545. Windows color (decimal): -16227504 or 5268232. OLE color: 5268232.

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

Color convert

RGB89980-
CMYK0.9200.190.61
HSL167.47º85.05%20.98%-
HSV(B)167.47º91.92%38.82%-
XYZ6.019.559.12-
YUV69.62133.8584.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.28%
GREEN value IS 99 (39.06% from 255) = 52.94%
BLUE value IS 80 (31.64% from 255) = 42.78%
R=4.28%
G=52.94%
B=42.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal899800.9200.190.61167.4785.0520.98
Hex863505C0133Da75515
Octal101431201340237524712525
Binary100011000111010000101110001001111110110100111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086350; }

 p { color: rgb(8,99,80); }

 H1.HeaderClassName
 {
   color: #086350;
 }
 .AnyTagClassName
 {
   color: #086350;
 }
</style>
background-color css

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

 a { background-color: rgb(8,99,80); }

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

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

 span { border-color: rgb(8,99,80); }

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