Html Css Color HEX #05774D Watercourse

📋 copy color: '#05774D'

red 5 ◦ green 119 ◦ blue 77

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

Shades of Watercourse #05774D

Tints of Watercourse #05774D

RGB

 RED value IS 5 (2.34% from 255) = 2.49%

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

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

R = 2.49%
G = 59.2%
B = 38.31%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#05774D (or 0x05774D) is known color: Watercourse. HEX triplet: 05, 77 and 4D. RGB value is (5,119,77). Sum of RGB (Red+Green+Blue) = 5+119+77=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 119 (46.88% from 255 or 59.20% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 119 - color contains mainly: green. Hex color #05774D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05774D is #FA88B2. Grayscale: #505050. Windows color (decimal): -16418995 or 5076741. OLE color: 5076741.

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

Color convert

RGB 5 119 77 -
CMYK 0.96 0 0.35 0.53
HSL 157.89º 0.92% 0.24% -
HSV(B) 157.89º 0.96% 0.47% -
XYZ 8 13.76 9.26 -
YUV 80.13 126.23 74.42 -
System Red Green Blue C M Y K H S L
Decimal 5 119 77 0.96 0 0.35 0.53 157.89 0.92 0.24
Hex 5 77 4D 60 0 23 35 9E 5C 18
Octal 5 167 115 140 0 43 65 236 134 30
Binary 101 1110111 1001101 1100000 0 100011 110101 10011110 1011100 11000

Color Harmonies of #05774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05774D

Black with #05774D

Text Example


Text Example

White with #05774D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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