Html Css Color HEX #007640 Watercourse

📋 copy color: '#007640'

red 0 ◦ green 118 ◦ blue 64

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

Shades of Watercourse #007640

Tints of Watercourse #007640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 64.84%

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

R = 0%
G = 64.84%
B = 35.16%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#007640 (or 0x007640) is known color: Watercourse. HEX triplet: 00, 76 and 40. RGB value is (0,118,64). Sum of RGB (Red+Green+Blue) = 0+118+64=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 118 (46.48% from 255 or 64.84% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 118 - color contains mainly: green. Hex color #007640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007640 is #FF89BF. Grayscale: #4C4C4C. Windows color (decimal): -16746944 or 4224512. OLE color: 4224512.

HSL color Cylindrical-coordinate representation of color #007640: hue angle of 152.54º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007640 is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 118 64 -
CMYK 1 0 0.46 0.54
HSL 152.54º 1% 0.23% -
HSV(B) 152.54º 1% 0.46% -
XYZ 7.4 13.33 7.03 -
YUV 76.56 120.91 73.39 -
System Red Green Blue C M Y K H S L
Decimal 0 118 64 1 0 0.46 0.54 152.54 1 0.23
Hex 0 76 40 64 0 2E 36 99 64 17
Octal 0 166 100 144 0 56 66 231 144 27
Binary 0 1110110 1000000 1100100 0 101110 110110 10011001 1100100 10111

Color Harmonies of #007640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007640

Black with #007640

Text Example


Text Example

White with #007640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007640; }

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

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

background-color css

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

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

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

border-color css

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

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

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