#085946

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

Shades of Watercourse #085946

Tints of Watercourse #085946

Color information

#085946 (or 0x085946) is unknown color: approx Watercourse. HEX triplet: 08, 59 and 46. RGB value is (8,89,70). Sum of RGB (Red+Green+Blue) = 8+89+70=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 89 (35.16% from 255 or 53.29% from 167); Blue value is 70 (27.73% from 255 or 41.92% from 167); Max value from RGB is 89 - color contains mainly: green. Hex color #085946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085946 is #F7A6B9. Grayscale: #3E3E3E. Windows color (decimal): -16230074 or 4610312. OLE color: 4610312.

HSL color Cylindrical-coordinate representation of color #085946: hue angle of 165.93º degrees, saturation: 0.84, 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 #085946 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB88970-
CMYK0.9100.210.65
HSL165.93º83.51%19.02%-
HSV(B)165.93º91.01%34.9%-
XYZ4.787.647.02-
YUV62.61132.1689.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.79%
GREEN value IS 89 (35.16% from 255) = 53.29%
BLUE value IS 70 (27.73% from 255) = 41.92%
R=4.79%
G=53.29%
B=41.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal889700.9100.210.65165.9383.5119.02
Hex859465B01541a65413
Octal1013110613302510124612423
Binary1000101100110001101011011010101100000110100110101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085946; }

 p { color: rgb(8,89,70); }

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

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

 a { background-color: rgb(8,89,70); }

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

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

 span { border-color: rgb(8,89,70); }

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