Html Css Color HEX #00614D Watercourse

📋 copy color: '#00614D'

red 0 ◦ green 97 ◦ blue 77

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

Shades of Watercourse #00614D

Tints of Watercourse #00614D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 44.25%

R = 0%
G = 55.75%
B = 44.25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#00614D (or 0x00614D) is known color: Watercourse. HEX triplet: 00, 61 and 4D. RGB value is (0,97,77). Sum of RGB (Red+Green+Blue) = 0+97+77=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #00614D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00614D is #FF9EB2. Grayscale: #414141. Windows color (decimal): -16752307 or 5071104. OLE color: 5071104.

HSL color Cylindrical-coordinate representation of color #00614D: hue angle of 167.63º 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 #00614D is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 97 77 -
CMYK 1 0 0.21 0.62
HSL 167.63º 1% 0.19% -
HSV(B) 167.63º 1% 0.38% -
XYZ 5.61 9.09 8.48 -
YUV 65.72 134.36 81.13 -
System Red Green Blue C M Y K H S L
Decimal 0 97 77 1 0 0.21 0.62 167.63 1 0.19
Hex 0 61 4D 64 0 15 3E A8 64 13
Octal 0 141 115 144 0 25 76 250 144 23
Binary 0 1100001 1001101 1100100 0 10101 111110 10101000 1100100 10011

Color Harmonies of #00614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00614D

Black with #00614D

Text Example


Text Example

White with #00614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00614D; }

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

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

background-color css

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

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

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

border-color css

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

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

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