#086251

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

Shades of Watercourse #086251

Tints of Watercourse #086251

Color information

#086251 (or 0x086251) is unknown color: approx Watercourse. HEX triplet: 08, 62 and 51. RGB value is (8,98,81). Sum of RGB (Red+Green+Blue) = 8+98+81=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #086251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086251 is #F79DAE. Grayscale: #454545. Windows color (decimal): -16227759 or 5333512. OLE color: 5333512.

HSL color Cylindrical-coordinate representation of color #086251: hue angle of 168.67º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086251 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB89881-
CMYK0.9200.170.62
HSL168.67º84.91%20.78%-
HSV(B)168.67º91.84%38.43%-
XYZ5.959.389.28-
YUV69.15134.6884.38-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.28%
GREEN value IS 98 (38.67% from 255) = 52.41%
BLUE value IS 81 (32.03% from 255) = 43.32%
R=4.28%
G=52.41%
B=43.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal898810.9200.170.62168.6784.9120.78
Hex862515C0113Ea95515
Octal101421211340217625112525
Binary100011000101010001101110001000111111010101001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086251; }

 p { color: rgb(8,98,81); }

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

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

 a { background-color: rgb(8,98,81); }

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

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

 span { border-color: rgb(8,98,81); }

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