Html Css Color HEX #006940 Watercourse

📋 copy color: '#006940'

red 0 ◦ green 105 ◦ blue 64

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

Shades of Watercourse #006940

Tints of Watercourse #006940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 62.13%

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

R = 0%
G = 62.13%
B = 37.87%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#006940 (or 0x006940) is known color: Watercourse. HEX triplet: 00, 69 and 40. RGB value is (0,105,64). Sum of RGB (Red+Green+Blue) = 0+105+64=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 105 (41.41% from 255 or 62.13% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 105 - color contains mainly: green. Hex color #006940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006940 is #FF96BF. Grayscale: #444444. Windows color (decimal): -16750272 or 4221184. OLE color: 4221184.

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

Color convert

RGB 0 105 64 -
CMYK 1 0 0.39 0.59
HSL 156.57º 1% 0.21% -
HSV(B) 156.57º 1% 0.41% -
XYZ 5.98 10.47 6.56 -
YUV 68.93 125.21 78.83 -
System Red Green Blue C M Y K H S L
Decimal 0 105 64 1 0 0.39 0.59 156.57 1 0.21
Hex 0 69 40 64 0 27 3B 9D 64 15
Octal 0 151 100 144 0 47 73 235 144 25
Binary 0 1101001 1000000 1100100 0 100111 111011 10011101 1100100 10101

Color Harmonies of #006940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006940

Black with #006940

Text Example


Text Example

White with #006940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006940; }

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

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

background-color css

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

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

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

border-color css

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

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

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