#086F48

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

Shades of Watercourse #086F48

Tints of Watercourse #086F48

Color information

#086F48 (or 0x086F48) is unknown color: approx Watercourse. HEX triplet: 08, 6F and 48. RGB value is (8,111,72). Sum of RGB (Red+Green+Blue) = 8+111+72=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 111 (43.75% from 255 or 58.12% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 111 - color contains mainly: green. Hex color #086F48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086F48 is #F790B7. Grayscale: #4B4B4B. Windows color (decimal): -16224440 or 4747016. OLE color: 4747016.

HSL color Cylindrical-coordinate representation of color #086F48: hue angle of 157.28º 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 #086F48 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB811172-
CMYK0.9300.350.56
HSL157.28º86.55%23.33%-
HSV(B)157.28º92.79%43.53%-
XYZ6.9511.898.06-
YUV75.76125.8879.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.19%
GREEN value IS 111 (43.75% from 255) = 58.12%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=4.19%
G=58.12%
B=37.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8111720.9300.350.56157.2886.5523.33
Hex86F485D023389d5717
Octal101571101350437023512727
Binary1000110111110010001011101010001111100010011101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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