#086748

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

Shades of Watercourse #086748

Tints of Watercourse #086748

Color information

#086748 (or 0x086748) is unknown color: approx Watercourse. HEX triplet: 08, 67 and 48. RGB value is (8,103,72). Sum of RGB (Red+Green+Blue) = 8+103+72=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 103 (40.62% from 255 or 56.28% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 103 - color contains mainly: green. Hex color #086748 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086748 is #F798B7. Grayscale: #474747. Windows color (decimal): -16226488 or 4744968. OLE color: 4744968.

HSL color Cylindrical-coordinate representation of color #086748: hue angle of 160.42º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086748 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB810372-
CMYK0.9200.300.60
HSL160.42º85.59%21.76%-
HSV(B)160.42º92.23%40.39%-
XYZ6.1210.227.78-
YUV71.06128.5383.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.37%
GREEN value IS 103 (40.62% from 255) = 56.28%
BLUE value IS 72 (28.52% from 255) = 39.34%
R=4.37%
G=56.28%
B=39.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8103720.9200.300.60160.4285.5921.76
Hex867485C01E3Ca05616
Octal101471101340367424012626
Binary100011001111001000101110001111011110010100000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086748; }

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

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

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

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

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

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

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

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