Html Css Color HEX #5E764F Dingley

📋 copy color: '#5E764F'

red 94 ◦ green 118 ◦ blue 79

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

Shades of Dingley #5E764F

Tints of Dingley #5E764F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.55%

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

R = 32.3%
G = 40.55%
B = 27.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#5E764F (or 0x5E764F) is known color: Dingley. HEX triplet: 5E, 76 and 4F. RGB value is (94,118,79). Sum of RGB (Red+Green+Blue) = 94+118+79=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #5E764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E764F is #A189B0. Grayscale: #6A6A6A. Windows color (decimal): -10586545 or 5207646. OLE color: 5207646.

HSL color Cylindrical-coordinate representation of color #5E764F: hue angle of 96.92º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E764F is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 118 79 -
CMYK 0.20 0 0.33 0.54
HSL 96.92º 0.2% 0.39% -
HSV(B) 96.92º 0.33% 0.46% -
XYZ 12.51 15.9 9.81 -
YUV 106.38 112.55 119.17 -
System Red Green Blue C M Y K H S L
Decimal 94 118 79 0.20 0 0.33 0.54 96.92 0.2 0.39
Hex 5E 76 4F 14 0 21 36 61 14 27
Octal 136 166 117 24 0 41 66 141 24 47
Binary 1011110 1110110 1001111 10100 0 100001 110110 1100001 10100 100111

Color Harmonies of #5E764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E764F

Black with #5E764F

Text Example


Text Example

White with #5E764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,118,79); }

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

background-color css

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

 a { background-color: rgb(94,118,79); }

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

border-color css

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

 span { border-color: rgb(94,118,79); }

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