#006E40

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

Shades of Watercourse #006E40

Tints of Watercourse #006E40

Color information

#006E40 (or 0x006E40) is unknown color: approx Watercourse. HEX triplet: 00, 6E and 40. RGB value is (0,110,64). Sum of RGB (Red+Green+Blue) = 0+110+64=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 110 (43.36% from 255 or 63.22% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 110 - color contains mainly: green. Hex color #006E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006E40 is #FF91BF. Grayscale: #474747. Windows color (decimal): -16748992 or 4222464. OLE color: 4222464.

HSL color Cylindrical-coordinate representation of color #006E40: hue angle of 154.91º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006E40 is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB011064-
CMYK100.420.57
HSL154.91º100%21.57%-
HSV(B)154.91º100%43.14%-
XYZ6.511.526.73-
YUV71.87123.5676.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 110 (43.36% from 255) = 63.22%
BLUE value IS 64 (25.39% from 255) = 36.78%
R=0%
G=63.22%
B=36.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal011064100.420.57154.9110021.57
Hex06E406402A399b6416
Octal01561001440527123314426
Binary0110111010000001100100010101011100110011011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006E40; }

 p { color: rgb(0,110,64); }

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

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

 a { background-color: rgb(0,110,64); }

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

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

 span { border-color: rgb(0,110,64); }

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