#086852

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

Shades of Watercourse #086852

Tints of Watercourse #086852

Color information

#086852 (or 0x086852) is unknown color: approx Watercourse. HEX triplet: 08, 68 and 52. RGB value is (8,104,82). Sum of RGB (Red+Green+Blue) = 8+104+82=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #086852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086852 is #F797AD. Grayscale: #484848. Windows color (decimal): -16226222 or 5400584. OLE color: 5400584.

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

Color convert

RGB810482-
CMYK0.9200.210.59
HSL166.25º85.71%21.96%-
HSV(B)166.25º92.31%40.78%-
XYZ6.5710.569.67-
YUV72.79133.281.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.12%
GREEN value IS 104 (41.02% from 255) = 53.61%
BLUE value IS 82 (32.42% from 255) = 42.27%
R=4.12%
G=53.61%
B=42.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8104820.9200.210.59166.2585.7121.96
Hex868525C0153Ba65616
Octal101501221340257324612626
Binary100011010001010010101110001010111101110100110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086852; }

 p { color: rgb(8,104,82); }

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

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

 a { background-color: rgb(8,104,82); }

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

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

 span { border-color: rgb(8,104,82); }

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