#006C3F

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

Shades of Watercourse #006C3F

Tints of Watercourse #006C3F

Color information

#006C3F (or 0x006C3F) is unknown color: approx Watercourse. HEX triplet: 00, 6C and 3F. RGB value is (0,108,63). Sum of RGB (Red+Green+Blue) = 0+108+63=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 108 (42.58% from 255 or 63.16% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 108 - color contains mainly: green. Hex color #006C3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006C3F is #FF93C0. Grayscale: #464646. Windows color (decimal): -16749505 or 4156416. OLE color: 4156416.

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

Color convert

RGB010863-
CMYK100.420.58
HSL155º100%21.18%-
HSV(B)155º100%42.35%-
XYZ6.2611.086.51-
YUV70.58123.7277.66-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 108 (42.58% from 255) = 63.16%
BLUE value IS 63 (25% from 255) = 36.84%
R=0%
G=63.16%
B=36.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010863100.420.5815510021.18
Hex06C3F6402A3A9b6415
Octal0154771440527223314425
Binary011011001111111100100010101011101010011011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,108,63); }

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

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

 a { background-color: rgb(0,108,63); }

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

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

 span { border-color: rgb(0,108,63); }

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