Html Css Color HEX #5D714F Dingley

📋 copy color: '#5D714F'

red 93 ◦ green 113 ◦ blue 79

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

Shades of Dingley #5D714F

Tints of Dingley #5D714F

RGB

 RED value IS 93 (36.72% from 255) = 32.63%

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

 BLUE value IS 79 (31.25% from 255) = 27.72%

R = 32.63%
G = 39.65%
B = 27.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#5D714F (or 0x5D714F) is known color: Dingley. HEX triplet: 5D, 71 and 4F. RGB value is (93,113,79). Sum of RGB (Red+Green+Blue) = 93+113+79=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #5D714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D714F is #A28EB0. Grayscale: #676767. Windows color (decimal): -10653361 or 5206365. OLE color: 5206365.

HSL color Cylindrical-coordinate representation of color #5D714F: hue angle of 95.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D714F is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 113 79 -
CMYK 0.18 0 0.30 0.56
HSL 95.29º 0.18% 0.38% -
HSV(B) 95.29º 0.3% 0.44% -
XYZ 11.83 14.7 9.61 -
YUV 103.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 93 113 79 0.18 0 0.30 0.56 95.29 0.18 0.38
Hex 5D 71 4F 12 0 1E 38 5F 12 26
Octal 135 161 117 22 0 36 70 137 22 46
Binary 1011101 1110001 1001111 10010 0 11110 111000 1011111 10010 100110

Color Harmonies of #5D714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D714F

Black with #5D714F

Text Example


Text Example

White with #5D714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,113,79); }

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

background-color css

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

 a { background-color: rgb(93,113,79); }

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

border-color css

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

 span { border-color: rgb(93,113,79); }

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