Html Css Color HEX #00774D Watercourse

📋 copy color: '#00774D'

red 0 ◦ green 119 ◦ blue 77

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

Shades of Watercourse #00774D

Tints of Watercourse #00774D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 60.71%

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

R = 0%
G = 60.71%
B = 39.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#00774D (or 0x00774D) is known color: Watercourse. HEX triplet: 00, 77 and 4D. RGB value is (0,119,77). Sum of RGB (Red+Green+Blue) = 0+119+77=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 119 (46.88% from 255 or 60.71% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 119 - color contains mainly: green. Hex color #00774D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00774D is #FF88B2. Grayscale: #4E4E4E. Windows color (decimal): -16746675 or 5076736. OLE color: 5076736.

HSL color Cylindrical-coordinate representation of color #00774D: hue angle of 158.82º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00774D is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 119 77 -
CMYK 1 0 0.35 0.53
HSL 158.82º 1% 0.23% -
HSV(B) 158.82º 1% 0.47% -
XYZ 7.94 13.73 9.25 -
YUV 78.63 127.08 71.92 -
System Red Green Blue C M Y K H S L
Decimal 0 119 77 1 0 0.35 0.53 158.82 1 0.23
Hex 0 77 4D 64 0 23 35 9F 64 17
Octal 0 167 115 144 0 43 65 237 144 27
Binary 0 1110111 1001101 1100100 0 100011 110101 10011111 1100100 10111

Color Harmonies of #00774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00774D

Black with #00774D

Text Example


Text Example

White with #00774D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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