#086B4F

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

Shades of Watercourse #086B4F

Tints of Watercourse #086B4F

Color information

#086B4F (or 0x086B4F) is unknown color: approx Watercourse. HEX triplet: 08, 6B and 4F. RGB value is (8,107,79). Sum of RGB (Red+Green+Blue) = 8+107+79=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 107 (42.19% from 255 or 55.15% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 107 - color contains mainly: green. Hex color #086B4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086B4F is #F794B0. Grayscale: #4A4A4A. Windows color (decimal): -16225457 or 5204744. OLE color: 5204744.

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

Color convert

RGB810779-
CMYK0.9300.260.58
HSL163.03º86.09%22.55%-
HSV(B)163.03º92.52%41.96%-
XYZ6.7711.139.19-
YUV74.21130.780.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.12%
GREEN value IS 107 (42.19% from 255) = 55.15%
BLUE value IS 79 (31.25% from 255) = 40.72%
R=4.12%
G=55.15%
B=40.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8107790.9300.260.58163.0386.0922.55
Hex86B4F5D01A3Aa35617
Octal101531171350327224312627
Binary100011010111001111101110101101011101010100011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,107,79); }

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

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

 a { background-color: rgb(8,107,79); }

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

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

 span { border-color: rgb(8,107,79); }

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