Html Css Color HEX #05794D Watercourse

📋 copy color: '#05794D'

red 5 ◦ green 121 ◦ blue 77

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

Shades of Watercourse #05794D

Tints of Watercourse #05794D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 59.61%

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

R = 2.46%
G = 59.61%
B = 37.93%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#05794D (or 0x05794D) is known color: Watercourse. HEX triplet: 05, 79 and 4D. RGB value is (5,121,77). Sum of RGB (Red+Green+Blue) = 5+121+77=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 121 (47.66% from 255 or 59.61% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 121 - color contains mainly: green. Hex color #05794D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05794D is #FA86B2. Grayscale: #515151. Windows color (decimal): -16418483 or 5077253. OLE color: 5077253.

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

Color convert

RGB 5 121 77 -
CMYK 0.96 0 0.36 0.53
HSL 157.24º 0.92% 0.25% -
HSV(B) 157.24º 0.96% 0.47% -
XYZ 8.24 14.24 9.34 -
YUV 81.3 125.57 73.58 -
System Red Green Blue C M Y K H S L
Decimal 5 121 77 0.96 0 0.36 0.53 157.24 0.92 0.25
Hex 5 79 4D 60 0 24 35 9D 5C 19
Octal 5 171 115 140 0 44 65 235 134 31
Binary 101 1111001 1001101 1100000 0 100100 110101 10011101 1011100 11001

Color Harmonies of #05794D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05794D

Black with #05794D

Text Example


Text Example

White with #05794D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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