#006946

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

Shades of Watercourse #006946

Tints of Watercourse #006946

Color information

#006946 (or 0x006946) is unknown color: approx Watercourse. HEX triplet: 00, 69 and 46. RGB value is (0,105,70). Sum of RGB (Red+Green+Blue) = 0+105+70=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 105 (41.41% from 255 or 60% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 105 - color contains mainly: green. Hex color #006946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006946 is #FF96B9. Grayscale: #454545. Windows color (decimal): -16750266 or 4614400. OLE color: 4614400.

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

Color convert

RGB010570-
CMYK100.330.59
HSL160º100%20.59%-
HSV(B)160º100%41.18%-
XYZ6.1610.557.51-
YUV69.61128.2178.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 105 (41.41% from 255) = 60%
BLUE value IS 70 (27.73% from 255) = 40%
R=0%
G=60%
B=40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal010570100.330.5916010020.59
Hex06946640213Ba06415
Octal01511061440417324014425
Binary0110100110001101100100010000111101110100000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006946; }

 p { color: rgb(0,105,70); }

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

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

 a { background-color: rgb(0,105,70); }

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

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

 span { border-color: rgb(0,105,70); }

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