#006742

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

Shades of Watercourse #006742

Tints of Watercourse #006742

Color information

#006742 (or 0x006742) is unknown color: approx Watercourse. HEX triplet: 00, 67 and 42. RGB value is (0,103,66). Sum of RGB (Red+Green+Blue) = 0+103+66=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 103 (40.62% from 255 or 60.95% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 103 - color contains mainly: green. Hex color #006742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006742 is #FF98BD. Grayscale: #444444. Windows color (decimal): -16750782 or 4351744. OLE color: 4351744.

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

Color convert

RGB010366-
CMYK100.360.60
HSL158.45º100%20.2%-
HSV(B)158.45º100%40.39%-
XYZ5.8310.096.8-
YUV67.98126.8879.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 103 (40.62% from 255) = 60.95%
BLUE value IS 66 (26.17% from 255) = 39.05%
R=0%
G=60.95%
B=39.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal010366100.360.60158.4510020.2
Hex06742640243C9e6414
Octal01471021440447423614424
Binary0110011110000101100100010010011110010011110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006742; }

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

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

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

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

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

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

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

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