Html Css Color HEX #006141 Watercourse

📋 copy color: '#006141'

red 0 ◦ green 97 ◦ blue 65

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

Shades of Watercourse #006141

Tints of Watercourse #006141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 59.88%

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

R = 0%
G = 59.88%
B = 40.12%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#006141 (or 0x006141) is known color: Watercourse. HEX triplet: 00, 61 and 41. RGB value is (0,97,65). Sum of RGB (Red+Green+Blue) = 0+97+65=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 97 (38.28% from 255 or 59.88% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 97 - color contains mainly: green. Hex color #006141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006141 is #FF9EBE. Grayscale: #404040. Windows color (decimal): -16752319 or 4284672. OLE color: 4284672.

HSL color Cylindrical-coordinate representation of color #006141: hue angle of 160.21º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006141 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 97 65 -
CMYK 1 0 0.33 0.62
HSL 160.21º 1% 0.19% -
HSV(B) 160.21º 1% 0.38% -
XYZ 5.23 8.93 6.45 -
YUV 64.35 128.36 82.1 -
System Red Green Blue C M Y K H S L
Decimal 0 97 65 1 0 0.33 0.62 160.21 1 0.19
Hex 0 61 41 64 0 21 3E A0 64 13
Octal 0 141 101 144 0 41 76 240 144 23
Binary 0 1100001 1000001 1100100 0 100001 111110 10100000 1100100 10011

Color Harmonies of #006141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006141

Black with #006141

Text Example


Text Example

White with #006141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006141; }

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

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

background-color css

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

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

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

border-color css

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

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

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