Html Css Color HEX #5E784C Dingley

📋 copy color: '#5E784C'

red 94 ◦ green 120 ◦ blue 76

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

Shades of Dingley #5E784C

Tints of Dingley #5E784C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.38%

 BLUE value IS 76 (30.08% from 255) = 26.21%

R = 32.41%
G = 41.38%
B = 26.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#5E784C (or 0x5E784C) is known color: Dingley. HEX triplet: 5E, 78 and 4C. RGB value is (94,120,76). Sum of RGB (Red+Green+Blue) = 94+120+76=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #5E784C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E784C is #A187B3. Grayscale: #6B6B6B. Windows color (decimal): -10586036 or 5011550. OLE color: 5011550.

HSL color Cylindrical-coordinate representation of color #5E784C: hue angle of 95.45º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E784C is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 120 76 -
CMYK 0.22 0 0.37 0.53
HSL 95.45º 0.22% 0.38% -
HSV(B) 95.45º 0.37% 0.47% -
XYZ 12.64 16.33 9.32 -
YUV 107.21 110.39 118.58 -
System Red Green Blue C M Y K H S L
Decimal 94 120 76 0.22 0 0.37 0.53 95.45 0.22 0.38
Hex 5E 78 4C 16 0 25 35 5F 16 26
Octal 136 170 114 26 0 45 65 137 26 46
Binary 1011110 1111000 1001100 10110 0 100101 110101 1011111 10110 100110

Color Harmonies of #5E784C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E784C

Black with #5E784C

Text Example


Text Example

White with #5E784C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,120,76); }

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

background-color css

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

 a { background-color: rgb(94,120,76); }

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

border-color css

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

 span { border-color: rgb(94,120,76); }

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