Html Css Color HEX #05774E Watercourse

📋 copy color: '#05774E'

red 5 ◦ green 119 ◦ blue 78

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

Shades of Watercourse #05774E

Tints of Watercourse #05774E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 38.61%

R = 2.48%
G = 58.91%
B = 38.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#05774E (or 0x05774E) is known color: Watercourse. HEX triplet: 05, 77 and 4E. RGB value is (5,119,78). Sum of RGB (Red+Green+Blue) = 5+119+78=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 119 (46.88% from 255 or 58.91% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 119 - color contains mainly: green. Hex color #05774E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05774E is #FA88B1. Grayscale: #505050. Windows color (decimal): -16418994 or 5142277. OLE color: 5142277.

HSL color Cylindrical-coordinate representation of color #05774E: hue angle of 158.42º 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 #05774E is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 119 78 -
CMYK 0.96 0 0.34 0.53
HSL 158.42º 0.92% 0.24% -
HSV(B) 158.42º 0.96% 0.47% -
XYZ 8.03 13.78 9.44 -
YUV 80.24 126.73 74.33 -
System Red Green Blue C M Y K H S L
Decimal 5 119 78 0.96 0 0.34 0.53 158.42 0.92 0.24
Hex 5 77 4E 60 0 22 35 9E 5C 18
Octal 5 167 116 140 0 42 65 236 134 30
Binary 101 1110111 1001110 1100000 0 100010 110101 10011110 1011100 11000

Color Harmonies of #05774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05774E

Black with #05774E

Text Example


Text Example

White with #05774E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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