Html Css Color HEX #006640 Watercourse

📋 copy color: '#006640'

red 0 ◦ green 102 ◦ blue 64

#006640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #006640

Tints of Watercourse #006640

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 102 (40.23% from 255) = 61.45%

 BLUE value IS 64 (25.39% from 255) = 38.55%

R = 0%
G = 61.45%
B = 38.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#006640 (or 0x006640) is known color: Watercourse. HEX triplet: 00, 66 and 40. RGB value is (0,102,64). Sum of RGB (Red+Green+Blue) = 0+102+64=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 102 (40.23% from 255 or 61.45% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 102 - color contains mainly: green. Hex color #006640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006640 is #FF99BF. Grayscale: #434343. Windows color (decimal): -16751040 or 4220416. OLE color: 4220416.

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

Color convert

RGB 0 102 64 -
CMYK 1 0 0.37 0.6
HSL 157.65º 1% 0.2% -
HSV(B) 157.65º 1% 0.4% -
XYZ 5.68 9.87 6.46 -
YUV 67.17 126.21 80.09 -
System Red Green Blue C M Y K H S L
Decimal 0 102 64 1 0 0.37 0.6 157.65 1 0.2
Hex 0 66 40 64 0 25 3C 9E 64 14
Octal 0 146 100 144 0 45 74 236 144 24
Binary 0 1100110 1000000 1100100 0 100101 111100 10011110 1100100 10100

Color Harmonies of #006640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006640

Black with #006640

Text Example


Text Example

White with #006640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006640; }

 p { color: rgb(0,102,64); }

 H1.HeaderClassName
 {
   color: #006640;
 }
 .AnyTagClassName
 {
   color: #006640;
 }
</style>

background-color css

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

 a { background-color: rgb(0,102,64); }

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

border-color css

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

 span { border-color: rgb(0,102,64); }

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