#006E42

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

Shades of Watercourse #006E42

Tints of Watercourse #006E42

Color information

#006E42 (or 0x006E42) is unknown color: approx Watercourse. HEX triplet: 00, 6E and 42. RGB value is (0,110,66). Sum of RGB (Red+Green+Blue) = 0+110+66=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 110 (43.36% from 255 or 62.5% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 110 - color contains mainly: green. Hex color #006E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006E42 is #FF91BD. Grayscale: #484848. Windows color (decimal): -16748990 or 4353536. OLE color: 4353536.

HSL color Cylindrical-coordinate representation of color #006E42: hue angle of 156º 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 #006E42 is Cyan = 1, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.57.

Color convert

RGB011066-
CMYK100.40.57
HSL156º100%21.57%-
HSV(B)156º100%43.14%-
XYZ6.5611.557.04-
YUV72.09124.5676.58-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal011066100.40.5715610021.57
Hex06E4264028399c6416
Octal01561021440507123414426
Binary0110111010000101100100010100011100110011100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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