Html Css Color HEX #5E714D Dingley

📋 copy color: '#5E714D'

red 94 ◦ green 113 ◦ blue 77

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

Shades of Dingley #5E714D

Tints of Dingley #5E714D

RGB

 RED value IS 94 (37.11% from 255) = 33.1%

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

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

R = 33.1%
G = 39.79%
B = 27.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#5E714D (or 0x5E714D) is known color: Dingley. HEX triplet: 5E, 71 and 4D. RGB value is (94,113,77). Sum of RGB (Red+Green+Blue) = 94+113+77=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 113 - color contains mainly: green. Hex color #5E714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E714D is #A18EB2. Grayscale: #676767. Windows color (decimal): -10587827 or 5075294. OLE color: 5075294.

HSL color Cylindrical-coordinate representation of color #5E714D: hue angle of 91.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E714D is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 113 77 -
CMYK 0.17 0 0.32 0.56
HSL 91.67º 0.19% 0.37% -
HSV(B) 91.67º 0.32% 0.44% -
XYZ 11.86 14.73 9.24 -
YUV 103.22 113.21 121.43 -
System Red Green Blue C M Y K H S L
Decimal 94 113 77 0.17 0 0.32 0.56 91.67 0.19 0.37
Hex 5E 71 4D 11 0 20 38 5C 13 25
Octal 136 161 115 21 0 40 70 134 23 45
Binary 1011110 1110001 1001101 10001 0 100000 111000 1011100 10011 100101

Color Harmonies of #5E714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E714D

Black with #5E714D

Text Example


Text Example

White with #5E714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E714D; }

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

 H1.HeaderClassName
 {
   color: #5E714D;
 }
 .AnyTagClassName
 {
   color: #5E714D;
 }
</style>

background-color css

<style>
 a { background-color: #5E714D; }

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

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

border-color css

<style>
 span { border-color: #5E714D; }

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

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