Html Css Color HEX #006741 Watercourse

📋 copy color: '#006741'

red 0 ◦ green 103 ◦ blue 65

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

Shades of Watercourse #006741

Tints of Watercourse #006741

RGB

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

 GREEN value IS 103 (40.63% from 255) = 61.31%

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

R = 0%
G = 61.31%
B = 38.69%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#006741 (or 0x006741) is known color: Watercourse. HEX triplet: 00, 67 and 41. RGB value is (0,103,65). Sum of RGB (Red+Green+Blue) = 0+103+65=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 103 (40.62% from 255 or 61.31% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 103 - color contains mainly: green. Hex color #006741 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006741 is #FF98BE. Grayscale: #434343. Windows color (decimal): -16750783 or 4286208. OLE color: 4286208.

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

Color convert

RGB 0 103 65 -
CMYK 1 0 0.37 0.60
HSL 157.86º 1% 0.2% -
HSV(B) 157.86º 1% 0.4% -
XYZ 5.8 10.08 6.64 -
YUV 67.87 126.38 79.59 -
System Red Green Blue C M Y K H S L
Decimal 0 103 65 1 0 0.37 0.60 157.86 1 0.2
Hex 0 67 41 64 0 25 3C 9E 64 14
Octal 0 147 101 144 0 45 74 236 144 24
Binary 0 1100111 1000001 1100100 0 100101 111100 10011110 1100100 10100

Color Harmonies of #006741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006741

Black with #006741

Text Example


Text Example

White with #006741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006741; }

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

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

background-color css

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

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

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

border-color css

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

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

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