Html Css Color HEX #006E41 Watercourse

📋 copy color: '#006E41'

red 0 ◦ green 110 ◦ blue 65

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

Shades of Watercourse #006E41

Tints of Watercourse #006E41

RGB

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

 GREEN value IS 110 (43.36% from 255) = 62.86%

 BLUE value IS 65 (25.78% from 255) = 37.14%

R = 0%
G = 62.86%
B = 37.14%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#006E41 (or 0x006E41) is known color: Watercourse. HEX triplet: 00, 6E and 41. RGB value is (0,110,65). Sum of RGB (Red+Green+Blue) = 0+110+65=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 110 (43.36% from 255 or 62.86% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 110 - color contains mainly: green. Hex color #006E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006E41 is #FF91BE. Grayscale: #484848. Windows color (decimal): -16748991 or 4288000. OLE color: 4288000.

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

Color convert

RGB 0 110 65 -
CMYK 1 0 0.41 0.57
HSL 155.45º 1% 0.22% -
HSV(B) 155.45º 1% 0.43% -
XYZ 6.53 11.53 6.88 -
YUV 71.98 124.06 76.66 -
System Red Green Blue C M Y K H S L
Decimal 0 110 65 1 0 0.41 0.57 155.45 1 0.22
Hex 0 6E 41 64 0 29 39 9B 64 16
Octal 0 156 101 144 0 51 71 233 144 26
Binary 0 1101110 1000001 1100100 0 101001 111001 10011011 1100100 10110

Color Harmonies of #006E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006E41

Black with #006E41

Text Example


Text Example

White with #006E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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