#085847

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

Shades of Watercourse #085847

Tints of Watercourse #085847

Color information

#085847 (or 0x085847) is unknown color: approx Watercourse. HEX triplet: 08, 58 and 47. RGB value is (8,88,71). Sum of RGB (Red+Green+Blue) = 8+88+71=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 88 (34.77% from 255 or 52.69% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 88 - color contains mainly: green. Hex color #085847 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085847 is #F7A7B8. Grayscale: #3E3E3E. Windows color (decimal): -16230329 or 4675592. OLE color: 4675592.

HSL color Cylindrical-coordinate representation of color #085847: hue angle of 167.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085847 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB88871-
CMYK0.9100.190.65
HSL167.25º83.33%18.82%-
HSV(B)167.25º90.91%34.51%-
XYZ4.737.497.16-
YUV62.1413389.38-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.79%
GREEN value IS 88 (34.77% from 255) = 52.69%
BLUE value IS 71 (28.12% from 255) = 42.51%
R=4.79%
G=52.69%
B=42.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888710.9100.190.65167.2583.3318.82
Hex858475B01341a75313
Octal1013010713302310124712323
Binary1000101100010001111011011010011100000110100111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085847; }

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

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

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

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

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

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

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

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