#006845

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

Shades of Watercourse #006845

Tints of Watercourse #006845

Color information

#006845 (or 0x006845) is unknown color: approx Watercourse. HEX triplet: 00, 68 and 45. RGB value is (0,104,69). Sum of RGB (Red+Green+Blue) = 0+104+69=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 104 (41.02% from 255 or 60.12% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 104 - color contains mainly: green. Hex color #006845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006845 is #FF97BA. Grayscale: #444444. Windows color (decimal): -16750523 or 4548608. OLE color: 4548608.

HSL color Cylindrical-coordinate representation of color #006845: hue angle of 159.81º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006845 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB010469-
CMYK100.340.59
HSL159.81º100%20.39%-
HSV(B)159.81º100%40.78%-
XYZ6.0210.337.31-
YUV68.91128.0478.85-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 104 (41.02% from 255) = 60.12%
BLUE value IS 69 (27.34% from 255) = 39.88%
R=0%
G=60.12%
B=39.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal010469100.340.59159.8110020.39
Hex06845640223Ba06414
Octal01501051440427324014424
Binary0110100010001011100100010001011101110100000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006845; }

 p { color: rgb(0,104,69); }

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

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

 a { background-color: rgb(0,104,69); }

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

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

 span { border-color: rgb(0,104,69); }

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