#006842

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

Shades of Watercourse #006842

Tints of Watercourse #006842

Color information

#006842 (or 0x006842) is unknown color: approx Watercourse. HEX triplet: 00, 68 and 42. RGB value is (0,104,66). Sum of RGB (Red+Green+Blue) = 0+104+66=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 104 (41.02% from 255 or 61.18% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 104 - color contains mainly: green. Hex color #006842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006842 is #FF97BD. Grayscale: #444444. Windows color (decimal): -16750526 or 4352000. OLE color: 4352000.

HSL color Cylindrical-coordinate representation of color #006842: hue angle of 158.08º 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 #006842 is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB010466-
CMYK100.370.59
HSL158.08º100%20.39%-
HSV(B)158.08º100%40.78%-
XYZ5.9310.296.83-
YUV68.57126.5479.09-

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) = 61.18%
BLUE value IS 66 (26.17% from 255) = 38.82%
R=0%
G=61.18%
B=38.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal010466100.370.59158.0810020.39
Hex06842640253B9e6414
Octal01501021440457323614424
Binary0110100010000101100100010010111101110011110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006842; }

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

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

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

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

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

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

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

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