Html Css Color HEX #00774A Watercourse

📋 copy color: '#00774A'

red 0 ◦ green 119 ◦ blue 74

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

Shades of Watercourse #00774A

Tints of Watercourse #00774A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 38.34%

R = 0%
G = 61.66%
B = 38.34%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#00774A (or 0x00774A) is known color: Watercourse. HEX triplet: 00, 77 and 4A. RGB value is (0,119,74). Sum of RGB (Red+Green+Blue) = 0+119+74=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 119 (46.88% from 255 or 61.66% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 119 - color contains mainly: green. Hex color #00774A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00774A is #FF88B5. Grayscale: #4E4E4E. Windows color (decimal): -16746678 or 4880128. OLE color: 4880128.

HSL color Cylindrical-coordinate representation of color #00774A: hue angle of 157.31º 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 #00774A is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 119 74 -
CMYK 1 0 0.38 0.53
HSL 157.31º 1% 0.23% -
HSV(B) 157.31º 1% 0.47% -
XYZ 7.83 13.69 8.71 -
YUV 78.29 125.58 72.16 -
System Red Green Blue C M Y K H S L
Decimal 0 119 74 1 0 0.38 0.53 157.31 1 0.23
Hex 0 77 4A 64 0 26 35 9D 64 17
Octal 0 167 112 144 0 46 65 235 144 27
Binary 0 1110111 1001010 1100100 0 100110 110101 10011101 1100100 10111

Color Harmonies of #00774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00774A

Black with #00774A

Text Example


Text Example

White with #00774A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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