#006145

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

Shades of Watercourse #006145

Tints of Watercourse #006145

Color information

#006145 (or 0x006145) is unknown color: approx Watercourse. HEX triplet: 00, 61 and 45. RGB value is (0,97,69). Sum of RGB (Red+Green+Blue) = 0+97+69=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #006145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006145 is #FF9EBA. Grayscale: #404040. Windows color (decimal): -16752315 or 4546816. OLE color: 4546816.

HSL color Cylindrical-coordinate representation of color #006145: hue angle of 162.68º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006145 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB09769-
CMYK100.290.62
HSL162.68º100%19.02%-
HSV(B)162.68º100%38.04%-
XYZ5.358.987.08-
YUV64.81130.3681.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 97 (38.28% from 255) = 58.43%
BLUE value IS 69 (27.34% from 255) = 41.57%
R=0%
G=58.43%
B=41.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09769100.290.62162.6810019.02
Hex061456401D3Ea36413
Octal01411051440357624314423
Binary011000011000101110010001110111111010100011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006145; }

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

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

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

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

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

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

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

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