#086F47

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

Shades of Watercourse #086F47

Tints of Watercourse #086F47

Color information

#086F47 (or 0x086F47) is unknown color: approx Watercourse. HEX triplet: 08, 6F and 47. RGB value is (8,111,71). Sum of RGB (Red+Green+Blue) = 8+111+71=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 111 (43.75% from 255 or 58.42% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 111 - color contains mainly: green. Hex color #086F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086F47 is #F790B8. Grayscale: #4B4B4B. Windows color (decimal): -16224441 or 4681480. OLE color: 4681480.

HSL color Cylindrical-coordinate representation of color #086F47: hue angle of 156.7º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086F47 is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB811171-
CMYK0.9300.360.56
HSL156.7º86.55%23.33%-
HSV(B)156.7º92.79%43.53%-
XYZ6.9211.887.89-
YUV75.64125.3879.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.21%
GREEN value IS 111 (43.75% from 255) = 58.42%
BLUE value IS 71 (28.12% from 255) = 37.37%
R=4.21%
G=58.42%
B=37.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8111710.9300.360.56156.786.5523.33
Hex86F475D024389d5717
Octal101571071350447023512727
Binary1000110111110001111011101010010011100010011101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,111,71); }

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

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

 a { background-color: rgb(8,111,71); }

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

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

 span { border-color: rgb(8,111,71); }

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