Html Css Color HEX #05714D Watercourse

📋 copy color: '#05714D'

red 5 ◦ green 113 ◦ blue 77

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

Shades of Watercourse #05714D

Tints of Watercourse #05714D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 57.95%

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

R = 2.56%
G = 57.95%
B = 39.49%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#05714D (or 0x05714D) is known color: Watercourse. HEX triplet: 05, 71 and 4D. RGB value is (5,113,77). Sum of RGB (Red+Green+Blue) = 5+113+77=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 113 (44.53% from 255 or 57.95% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 113 - color contains mainly: green. Hex color #05714D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05714D is #FA8EB2. Grayscale: #4C4C4C. Windows color (decimal): -16420531 or 5075205. OLE color: 5075205.

HSL color Cylindrical-coordinate representation of color #05714D: hue angle of 160º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05714D is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 113 77 -
CMYK 0.96 0 0.32 0.56
HSL 160º 0.92% 0.23% -
HSV(B) 160º 0.96% 0.44% -
XYZ 7.31 12.38 9.03 -
YUV 76.6 128.22 76.93 -
System Red Green Blue C M Y K H S L
Decimal 5 113 77 0.96 0 0.32 0.56 160 0.92 0.23
Hex 5 71 4D 60 0 20 38 A0 5C 17
Octal 5 161 115 140 0 40 70 240 134 27
Binary 101 1110001 1001101 1100000 0 100000 111000 10100000 1011100 10111

Color Harmonies of #05714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05714D

Black with #05714D

Text Example


Text Example

White with #05714D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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